Module: EDNGRAMMAR::Array1

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#itemObject



2695
2696
2697
# File 'lib/parser/edngrammar.rb', line 2695

def item
  elements[2]
end

#SObject



2691
2692
2693
# File 'lib/parser/edngrammar.rb', line 2691

def S
  elements[1]
end

#SOCObject



2699
2700
2701
# File 'lib/parser/edngrammar.rb', line 2699

def SOC
  elements[4]
end

#specmsObject



2687
2688
2689
# File 'lib/parser/edngrammar.rb', line 2687

def specms
  elements[0]
end