Module: EDNGRAMMAR::Map1
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#keyp ⇒ Object
3234 3235 3236 |
# File 'lib/parser/edngrammar.rb', line 3234 def keyp elements[2] end |
#S ⇒ Object
3230 3231 3232 |
# File 'lib/parser/edngrammar.rb', line 3230 def S elements[1] end |
#SOC ⇒ Object
3238 3239 3240 |
# File 'lib/parser/edngrammar.rb', line 3238 def SOC elements[4] end |
#specms ⇒ Object
3226 3227 3228 |
# File 'lib/parser/edngrammar.rb', line 3226 def specms elements[0] end |