Class: Algebrick::DSL::OuterShell
- Inherits:
-
Object
- Object
- Algebrick::DSL::OuterShell
- Includes:
- Shortcuts
- Defined in:
- lib/algebrick/dsl.rb
Instance Method Summary (collapse)
-
- (OuterShell) initialize(&block)
constructor
A new instance of OuterShell.
Methods included from Shortcuts
Constructor Details
- (OuterShell) initialize(&block)
Returns a new instance of OuterShell
77 78 79 |
# File 'lib/algebrick/dsl.rb', line 77 def initialize(&block) instance_eval &block end |