Module: EDNGRAMMAR::Array1
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
3301 3302 3303 |
# File 'lib/parser/edngrammar.rb', line 3301 def item elements[2] end |
#S ⇒ Object
3297 3298 3299 |
# File 'lib/parser/edngrammar.rb', line 3297 def S elements[1] end |
#SOC ⇒ Object
3305 3306 3307 |
# File 'lib/parser/edngrammar.rb', line 3305 def SOC elements[4] end |
#specms ⇒ Object
3293 3294 3295 |
# File 'lib/parser/edngrammar.rb', line 3293 def specms elements[0] end |