Module: EDNGRAMMAR::Array1

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#itemObject



3360
3361
3362
# File 'lib/parser/edngrammar.rb', line 3360

def item
  elements[2]
end

#SObject



3356
3357
3358
# File 'lib/parser/edngrammar.rb', line 3356

def S
  elements[1]
end

#SOCObject



3364
3365
3366
# File 'lib/parser/edngrammar.rb', line 3364

def SOC
  elements[4]
end

#specmsObject



3352
3353
3354
# File 'lib/parser/edngrammar.rb', line 3352

def specms
  elements[0]
end