Module: EDNGRAMMAR::Map1
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#keyp ⇒ Object
2257 2258 2259 |
# File 'lib/parser/edngrammar.rb', line 2257 def keyp elements[2] end |
#S ⇒ Object
2253 2254 2255 |
# File 'lib/parser/edngrammar.rb', line 2253 def S elements[1] end |
#SOC ⇒ Object
2261 2262 2263 |
# File 'lib/parser/edngrammar.rb', line 2261 def SOC elements[4] end |
#specms ⇒ Object
2249 2250 2251 |
# File 'lib/parser/edngrammar.rb', line 2249 def specms elements[0] end |