Module: EDNGRAMMAR::Array1
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
2999 3000 3001 |
# File 'lib/parser/edngrammar.rb', line 2999 def item elements[2] end |
#S ⇒ Object
2995 2996 2997 |
# File 'lib/parser/edngrammar.rb', line 2995 def S elements[1] end |
#SOC ⇒ Object
3003 3004 3005 |
# File 'lib/parser/edngrammar.rb', line 3003 def SOC elements[4] end |
#specms ⇒ Object
2991 2992 2993 |
# File 'lib/parser/edngrammar.rb', line 2991 def specms elements[0] end |