Module: EDNGRAMMAR::Array1
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
2645 2646 2647 |
# File 'lib/parser/edngrammar.rb', line 2645 def item elements[2] end |
#S ⇒ Object
2641 2642 2643 |
# File 'lib/parser/edngrammar.rb', line 2641 def S elements[1] end |
#SOC ⇒ Object
2649 2650 2651 |
# File 'lib/parser/edngrammar.rb', line 2649 def SOC elements[4] end |
#specms ⇒ Object
2637 2638 2639 |
# File 'lib/parser/edngrammar.rb', line 2637 def specms elements[0] end |