Class: Algebrick::DSL::OuterShell

Inherits:
Object
  • Object
show all
Includes:
Shortcuts
Defined in:
lib/algebrick/dsl.rb

Instance Method Summary (collapse)

Methods included from Shortcuts

#atom, #type

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