Module: EDNGRAMMAR::Array1

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#itemObject



2064
2065
2066
# File 'lib/parser/edngrammar.rb', line 2064

def item
  elements[2]
end

#SObject



2060
2061
2062
# File 'lib/parser/edngrammar.rb', line 2060

def S
  elements[1]
end

#SOCObject



2068
2069
2070
# File 'lib/parser/edngrammar.rb', line 2068

def SOC
  elements[4]
end

#specmsObject



2056
2057
2058
# File 'lib/parser/edngrammar.rb', line 2056

def specms
  elements[0]
end