Module: EDNGRAMMAR::Seq1

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#itemObject



23
24
25
# File 'lib/parser/edngrammar.rb', line 23

def item
  elements[0]
end

#SOCObject



27
28
29
# File 'lib/parser/edngrammar.rb', line 27

def SOC
  elements[2]
end