Module: EDNGRAMMAR::Map2

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#SObject



3503
3504
3505
# File 'lib/parser/edngrammar.rb', line 3503

def S
  elements[1]
end

#specObject



3499
3500
3501
# File 'lib/parser/edngrammar.rb', line 3499

def spec
  elements[0]
end