Module: EDNGRAMMAR::Array1
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
2611 2612 2613 |
# File 'lib/parser/edngrammar.rb', line 2611 def item elements[2] end |
#S ⇒ Object
2607 2608 2609 |
# File 'lib/parser/edngrammar.rb', line 2607 def S elements[1] end |
#SOC ⇒ Object
2615 2616 2617 |
# File 'lib/parser/edngrammar.rb', line 2615 def SOC elements[4] end |
#specms ⇒ Object
2603 2604 2605 |
# File 'lib/parser/edngrammar.rb', line 2603 def specms elements[0] end |