Module: EDNGRAMMAR::Array1
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
2695 2696 2697 |
# File 'lib/parser/edngrammar.rb', line 2695 def item elements[2] end |
#S ⇒ Object
2691 2692 2693 |
# File 'lib/parser/edngrammar.rb', line 2691 def S elements[1] end |
#SOC ⇒ Object
2699 2700 2701 |
# File 'lib/parser/edngrammar.rb', line 2699 def SOC elements[4] end |
#specms ⇒ Object
2687 2688 2689 |
# File 'lib/parser/edngrammar.rb', line 2687 def specms elements[0] end |