Alf::Tuple
Alf::Relation
Alf::Relation::DUM
Alf::Relation::DEE
17 18 19
# File 'lib/alf-core/dsl.rb', line 17 def Heading(*args, &bl) Alf::Heading(*args, &bl) end
9 10 11
# File 'lib/alf-core/dsl.rb', line 9 def Relation(*args, &bl) Alf::Relation(*args, &bl) end
13 14 15
# File 'lib/alf-core/dsl.rb', line 13 def Tuple(*args, &bl) Alf::Tuple(*args, &bl) end