Module: EDNGRAMMAR::Array1
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
3360 3361 3362 |
# File 'lib/parser/edngrammar.rb', line 3360 def item elements[2] end |
#S ⇒ Object
3356 3357 3358 |
# File 'lib/parser/edngrammar.rb', line 3356 def S elements[1] end |
#SOC ⇒ Object
3364 3365 3366 |
# File 'lib/parser/edngrammar.rb', line 3364 def SOC elements[4] end |
#specms ⇒ Object
3352 3353 3354 |
# File 'lib/parser/edngrammar.rb', line 3352 def specms elements[0] end |