Module: EDNGRAMMAR::Array1

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#itemObject



2683
2684
2685
# File 'lib/parser/edngrammar.rb', line 2683

def item
  elements[2]
end

#SObject



2679
2680
2681
# File 'lib/parser/edngrammar.rb', line 2679

def S
  elements[1]
end

#SOCObject



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

def SOC
  elements[4]
end

#specmsObject



2675
2676
2677
# File 'lib/parser/edngrammar.rb', line 2675

def specms
  elements[0]
end