Module: EDNGRAMMAR::Array0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
1995 1996 1997 |
# File 'lib/parser/edngrammar.rb', line 1995 def item elements[1] end |
#OC ⇒ Object
1991 1992 1993 |
# File 'lib/parser/edngrammar.rb', line 1991 def OC elements[0] end |
#S ⇒ Object
1999 2000 2001 |
# File 'lib/parser/edngrammar.rb', line 1999 def S elements[2] end |