Module: EDNGRAMMAR::Map2

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#SObject



2348
2349
2350
# File 'lib/parser/edngrammar.rb', line 2348

def S
  elements[1]
end

#specObject



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

def spec
  elements[0]
end