Module: EDNGRAMMAR::Map2

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#SObject



2274
2275
2276
# File 'lib/parser/edngrammar.rb', line 2274

def S
  elements[1]
end

#specObject



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

def spec
  elements[0]
end