Module: EDNGRAMMAR::Map2

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#SObject



2189
2190
2191
# File 'lib/parser/edngrammar.rb', line 2189

def S
  elements[1]
end

#specObject



2185
2186
2187
# File 'lib/parser/edngrammar.rb', line 2185

def spec
  elements[0]
end