Module: EDNGRAMMAR::Array1
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
2578 2579 2580 |
# File 'lib/parser/edngrammar.rb', line 2578 def item elements[2] end |
#S ⇒ Object
2574 2575 2576 |
# File 'lib/parser/edngrammar.rb', line 2574 def S elements[1] end |
#SOC ⇒ Object
2582 2583 2584 |
# File 'lib/parser/edngrammar.rb', line 2582 def SOC elements[4] end |
#specms ⇒ Object
2570 2571 2572 |
# File 'lib/parser/edngrammar.rb', line 2570 def specms elements[0] end |