Module: EDNGRAMMAR::Map2

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#SObject



2780
2781
2782
# File 'lib/parser/edngrammar.rb', line 2780

def S
  elements[1]
end

#specObject



2776
2777
2778
# File 'lib/parser/edngrammar.rb', line 2776

def spec
  elements[0]
end