Module: EDNGRAMMAR::Array1
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
2142 2143 2144 |
# File 'lib/parser/edngrammar.rb', line 2142 def item elements[2] end |
#S ⇒ Object
2138 2139 2140 |
# File 'lib/parser/edngrammar.rb', line 2138 def S elements[1] end |
#SOC ⇒ Object
2146 2147 2148 |
# File 'lib/parser/edngrammar.rb', line 2146 def SOC elements[4] end |
#specms ⇒ Object
2134 2135 2136 |
# File 'lib/parser/edngrammar.rb', line 2134 def specms elements[0] end |