Module: EDNGRAMMAR::Array1
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
2683 2684 2685 |
# File 'lib/parser/edngrammar.rb', line 2683 def item elements[2] end |
#S ⇒ Object
2679 2680 2681 |
# File 'lib/parser/edngrammar.rb', line 2679 def S elements[1] end |
#SOC ⇒ Object
2687 2688 2689 |
# File 'lib/parser/edngrammar.rb', line 2687 def SOC elements[4] end |
#specms ⇒ Object
2675 2676 2677 |
# File 'lib/parser/edngrammar.rb', line 2675 def specms elements[0] end |