Method: Lax.scope

Defined in:
lib/lax.rb

.scope(&b) ⇒ Object



60
61
62
# File 'lib/lax.rb', line 60

def scope(&b)
  Class.new(self, &b)
end