Module: EDNGRAMMAR::Map2

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#SObject



3164
3165
3166
# File 'lib/parser/edngrammar.rb', line 3164

def S
  elements[1]
end

#specObject



3160
3161
3162
# File 'lib/parser/edngrammar.rb', line 3160

def spec
  elements[0]
end