Module: EDNGRAMMAR::Map2

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#SObject



3569
3570
3571
# File 'lib/parser/edngrammar.rb', line 3569

def S
  elements[1]
end

#specObject



3565
3566
3567
# File 'lib/parser/edngrammar.rb', line 3565

def spec
  elements[0]
end