Module: EDNGRAMMAR::Map2

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#SObject



3248
3249
3250
# File 'lib/parser/edngrammar.rb', line 3248

def S
  elements[1]
end

#specObject



3244
3245
3246
# File 'lib/parser/edngrammar.rb', line 3244

def spec
  elements[0]
end