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