Module: EDNGRAMMAR::Map2

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#SObject



2812
2813
2814
# File 'lib/parser/edngrammar.rb', line 2812

def S
  elements[1]
end

#specObject



2808
2809
2810
# File 'lib/parser/edngrammar.rb', line 2808

def spec
  elements[0]
end