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