Module: EDNGRAMMAR::Array1
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
2000 2001 2002 |
# File 'lib/parser/edngrammar.rb', line 2000 def item elements[0] end |
#OC ⇒ Object
2008 2009 2010 |
# File 'lib/parser/edngrammar.rb', line 2008 def OC elements[3] end |
#S ⇒ Object
2004 2005 2006 |
# File 'lib/parser/edngrammar.rb', line 2004 def S elements[1] end |