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