Module: EDNGRAMMAR::Array1
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
2064 2065 2066 |
# File 'lib/parser/edngrammar.rb', line 2064 def item elements[2] end |
#S ⇒ Object
2060 2061 2062 |
# File 'lib/parser/edngrammar.rb', line 2060 def S elements[1] end |
#SOC ⇒ Object
2068 2069 2070 |
# File 'lib/parser/edngrammar.rb', line 2068 def SOC elements[4] end |
#specms ⇒ Object
2056 2057 2058 |
# File 'lib/parser/edngrammar.rb', line 2056 def specms elements[0] end |