Module: Algebrick::DSL::Shortcuts

Included in:
OuterShell, TypeDefinitionScope
Defined in:
lib/algebrick/dsl.rb

Instance Method Summary collapse

Instance Method Details

#atomObject



22
23
24
# File 'lib/algebrick/dsl.rb', line 22

def atom
  Algebrick.atom
end

#type(*variables, &block) ⇒ Object



18
19
20
# File 'lib/algebrick/dsl.rb', line 18

def type(*variables, &block)
  Algebrick.type *variables, &block
end