Module: EDNGRAMMAR::Map2

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#SObject



2896
2897
2898
# File 'lib/parser/edngrammar.rb', line 2896

def S
  elements[1]
end

#specObject



2892
2893
2894
# File 'lib/parser/edngrammar.rb', line 2892

def spec
  elements[0]
end