Module: EDNGRAMMAR::Map2

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#SObject



2271
2272
2273
# File 'lib/parser/edngrammar.rb', line 2271

def S
  elements[1]
end

#specObject



2267
2268
2269
# File 'lib/parser/edngrammar.rb', line 2267

def spec
  elements[0]
end