Module: EDNGRAMMAR::Array1

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#itemObject



2999
3000
3001
# File 'lib/parser/edngrammar.rb', line 2999

def item
  elements[2]
end

#SObject



2995
2996
2997
# File 'lib/parser/edngrammar.rb', line 2995

def S
  elements[1]
end

#SOCObject



3003
3004
3005
# File 'lib/parser/edngrammar.rb', line 3003

def SOC
  elements[4]
end

#specmsObject



2991
2992
2993
# File 'lib/parser/edngrammar.rb', line 2991

def specms
  elements[0]
end