Module: EDNGRAMMAR::Map1
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#keyp ⇒ Object
2251 2252 2253 |
# File 'lib/parser/edngrammar.rb', line 2251 def keyp elements[2] end |
#S ⇒ Object
2247 2248 2249 |
# File 'lib/parser/edngrammar.rb', line 2247 def S elements[1] end |
#SOC ⇒ Object
2255 2256 2257 |
# File 'lib/parser/edngrammar.rb', line 2255 def SOC elements[4] end |
#specms ⇒ Object
2243 2244 2245 |
# File 'lib/parser/edngrammar.rb', line 2243 def specms elements[0] end |