Module: EDNGRAMMAR::Map2

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#SObject



3562
3563
3564
# File 'lib/parser/edngrammar.rb', line 3562

def S
  elements[1]
end

#specObject



3558
3559
3560
# File 'lib/parser/edngrammar.rb', line 3558

def spec
  elements[0]
end