Module: Algebrick::DSL::Shortcuts

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

Instance Method Summary (collapse)

Instance Method Details

- (Object) atom



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

def atom
  Algebrick.atom
end

- (Object) type(*variables, &block)



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

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