Module: EDNGRAMMAR::Map2

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#SObject



2265
2266
2267
# File 'lib/parser/edngrammar.rb', line 2265

def S
  elements[1]
end

#specObject



2261
2262
2263
# File 'lib/parser/edngrammar.rb', line 2261

def spec
  elements[0]
end