Module: EDNGRAMMAR::Array1

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#itemObject



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

def item
  elements[2]
end

#SObject



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

def S
  elements[1]
end

#SOCObject



2151
2152
2153
# File 'lib/parser/edngrammar.rb', line 2151

def SOC
  elements[4]
end

#specmsObject



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

def specms
  elements[0]
end