Module: EDNGRAMMAR::Array1

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#itemObject



2578
2579
2580
# File 'lib/parser/edngrammar.rb', line 2578

def item
  elements[2]
end

#SObject



2574
2575
2576
# File 'lib/parser/edngrammar.rb', line 2574

def S
  elements[1]
end

#SOCObject



2582
2583
2584
# File 'lib/parser/edngrammar.rb', line 2582

def SOC
  elements[4]
end

#specmsObject



2570
2571
2572
# File 'lib/parser/edngrammar.rb', line 2570

def specms
  elements[0]
end