Module: EDNGRAMMAR::Array1
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
3047 3048 3049 |
# File 'lib/parser/edngrammar.rb', line 3047 def item elements[2] end |
#S ⇒ Object
3043 3044 3045 |
# File 'lib/parser/edngrammar.rb', line 3043 def S elements[1] end |
#SOC ⇒ Object
3051 3052 3053 |
# File 'lib/parser/edngrammar.rb', line 3051 def SOC elements[4] end |
#specms ⇒ Object
3039 3040 3041 |
# File 'lib/parser/edngrammar.rb', line 3039 def specms elements[0] end |