Module: EDNGRAMMAR::Array1
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
2147 2148 2149 |
# File 'lib/parser/edngrammar.rb', line 2147 def item elements[2] end |
#S ⇒ Object
2143 2144 2145 |
# File 'lib/parser/edngrammar.rb', line 2143 def S elements[1] end |
#SOC ⇒ Object
2151 2152 2153 |
# File 'lib/parser/edngrammar.rb', line 2151 def SOC elements[4] end |
#specms ⇒ Object
2139 2140 2141 |
# File 'lib/parser/edngrammar.rb', line 2139 def specms elements[0] end |