Module: EDNGRAMMAR::Array1
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
3367 3368 3369 |
# File 'lib/parser/edngrammar.rb', line 3367 def item elements[2] end |
#S ⇒ Object
3363 3364 3365 |
# File 'lib/parser/edngrammar.rb', line 3363 def S elements[1] end |
#SOC ⇒ Object
3371 3372 3373 |
# File 'lib/parser/edngrammar.rb', line 3371 def SOC elements[4] end |
#specms ⇒ Object
3359 3360 3361 |
# File 'lib/parser/edngrammar.rb', line 3359 def specms elements[0] end |