Module: EDNGRAMMAR::Array1

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#itemObject



3367
3368
3369
# File 'lib/parser/edngrammar.rb', line 3367

def item
  elements[2]
end

#SObject



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

def S
  elements[1]
end

#SOCObject



3371
3372
3373
# File 'lib/parser/edngrammar.rb', line 3371

def SOC
  elements[4]
end

#specmsObject



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

def specms
  elements[0]
end