Class: Barristan::Acl

Inherits:
Object
  • Object
show all
Defined in:
lib/barristan.rb

Class Method Summary collapse

Class Method Details

.new {|Able.new| ... } ⇒ Object

Yields:



54
55
56
57
# File 'lib/barristan.rb', line 54

def new(&block)
  yield Able.new
  Barristan
end