Module: EDNGRAMMAR::Array1
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
1988 1989 1990 |
# File 'lib/parser/edngrammar.rb', line 1988 def item elements[2] end |
#S ⇒ Object
1984 1985 1986 |
# File 'lib/parser/edngrammar.rb', line 1984 def S elements[1] end |
#SOC ⇒ Object
1992 1993 1994 |
# File 'lib/parser/edngrammar.rb', line 1992 def SOC elements[4] end |
#specms ⇒ Object
1980 1981 1982 |
# File 'lib/parser/edngrammar.rb', line 1980 def specms elements[0] end |