Module: EDNGRAMMAR::Array1
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
2070 2071 2072 |
# File 'lib/parser/edngrammar.rb', line 2070 def item elements[2] end |
#S ⇒ Object
2066 2067 2068 |
# File 'lib/parser/edngrammar.rb', line 2066 def S elements[1] end |
#SOC ⇒ Object
2074 2075 2076 |
# File 'lib/parser/edngrammar.rb', line 2074 def SOC elements[4] end |
#specms ⇒ Object
2062 2063 2064 |
# File 'lib/parser/edngrammar.rb', line 2062 def specms elements[0] end |