Module: EDNGRAMMAR::Map2

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#SObject



2846
2847
2848
# File 'lib/parser/edngrammar.rb', line 2846

def S
  elements[1]
end

#specObject



2842
2843
2844
# File 'lib/parser/edngrammar.rb', line 2842

def spec
  elements[0]
end