Module: EDNGRAMMAR::Array1

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#itemObject



2070
2071
2072
# File 'lib/parser/edngrammar.rb', line 2070

def item
  elements[2]
end

#SObject



2066
2067
2068
# File 'lib/parser/edngrammar.rb', line 2066

def S
  elements[1]
end

#SOCObject



2074
2075
2076
# File 'lib/parser/edngrammar.rb', line 2074

def SOC
  elements[4]
end

#specmsObject



2062
2063
2064
# File 'lib/parser/edngrammar.rb', line 2062

def specms
  elements[0]
end