Module: EDNGRAMMAR::Array1

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#itemObject



2611
2612
2613
# File 'lib/parser/edngrammar.rb', line 2611

def item
  elements[2]
end

#SObject



2607
2608
2609
# File 'lib/parser/edngrammar.rb', line 2607

def S
  elements[1]
end

#SOCObject



2615
2616
2617
# File 'lib/parser/edngrammar.rb', line 2615

def SOC
  elements[4]
end

#specmsObject



2603
2604
2605
# File 'lib/parser/edngrammar.rb', line 2603

def specms
  elements[0]
end