Module: EDNGRAMMAR::Array1

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#itemObject



2645
2646
2647
# File 'lib/parser/edngrammar.rb', line 2645

def item
  elements[2]
end

#SObject



2641
2642
2643
# File 'lib/parser/edngrammar.rb', line 2641

def S
  elements[1]
end

#SOCObject



2649
2650
2651
# File 'lib/parser/edngrammar.rb', line 2649

def SOC
  elements[4]
end

#specmsObject



2637
2638
2639
# File 'lib/parser/edngrammar.rb', line 2637

def specms
  elements[0]
end