class Barristan::Acl

Public Class Methods

new() { |able| ... } click to toggle source
# File lib/barristan.rb, line 54
def new(&block)
  yield Able.new
  Barristan
end