Module: EDNGRAMMAR::Map2

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#SObject



2343
2344
2345
# File 'lib/parser/edngrammar.rb', line 2343

def S
  elements[1]
end

#specObject



2339
2340
2341
# File 'lib/parser/edngrammar.rb', line 2339

def spec
  elements[0]
end