Module: EDNGRAMMAR::Array1
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
2073 2074 2075 |
# File 'lib/parser/edngrammar.rb', line 2073 def item elements[2] end |
#S ⇒ Object
2069 2070 2071 |
# File 'lib/parser/edngrammar.rb', line 2069 def S elements[1] end |
#SOC ⇒ Object
2077 2078 2079 |
# File 'lib/parser/edngrammar.rb', line 2077 def SOC elements[4] end |
#specms ⇒ Object
2065 2066 2067 |
# File 'lib/parser/edngrammar.rb', line 2065 def specms elements[0] end |