Module: EDNGRAMMAR::Map2

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#SObject



2884
2885
2886
# File 'lib/parser/edngrammar.rb', line 2884

def S
  elements[1]
end

#specObject



2880
2881
2882
# File 'lib/parser/edngrammar.rb', line 2880

def spec
  elements[0]
end