Module: EDNGRAMMAR::Array1

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#itemObject



2963
2964
2965
# File 'lib/parser/edngrammar.rb', line 2963

def item
  elements[2]
end

#SObject



2959
2960
2961
# File 'lib/parser/edngrammar.rb', line 2959

def S
  elements[1]
end

#SOCObject



2967
2968
2969
# File 'lib/parser/edngrammar.rb', line 2967

def SOC
  elements[4]
end

#specmsObject



2955
2956
2957
# File 'lib/parser/edngrammar.rb', line 2955

def specms
  elements[0]
end