Module: EDNGRAMMAR::Array1

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#itemObject



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

def item
  elements[2]
end

#SObject



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

def S
  elements[1]
end

#SOCObject



2077
2078
2079
# File 'lib/parser/edngrammar.rb', line 2077

def SOC
  elements[4]
end

#specmsObject



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

def specms
  elements[0]
end