Module: EDNGRAMMAR::Map2

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#SObject



3253
3254
3255
# File 'lib/parser/edngrammar.rb', line 3253

def S
  elements[1]
end

#specObject



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

def spec
  elements[0]
end