Module: EDNGRAMMAR::Array1

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#itemObject



2142
2143
2144
# File 'lib/parser/edngrammar.rb', line 2142

def item
  elements[2]
end

#SObject



2138
2139
2140
# File 'lib/parser/edngrammar.rb', line 2138

def S
  elements[1]
end

#SOCObject



2146
2147
2148
# File 'lib/parser/edngrammar.rb', line 2146

def SOC
  elements[4]
end

#specmsObject



2134
2135
2136
# File 'lib/parser/edngrammar.rb', line 2134

def specms
  elements[0]
end