Module: EDNGRAMMAR::Map2

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#SObject



3201
3202
3203
# File 'lib/parser/edngrammar.rb', line 3201

def S
  elements[1]
end

#specObject



3197
3198
3199
# File 'lib/parser/edngrammar.rb', line 3197

def spec
  elements[0]
end