22 23 24
# File 'lib/algebrick/dsl.rb', line 22 def atom Algebrick.atom end
18 19 20
# File 'lib/algebrick/dsl.rb', line 18 def type(*variables, &block) Algebrick.type *variables, &block end