Module: EDNGRAMMAR::Map1
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#keyp ⇒ Object
2329 2330 2331 |
# File 'lib/parser/edngrammar.rb', line 2329 def keyp elements[2] end |
#S ⇒ Object
2325 2326 2327 |
# File 'lib/parser/edngrammar.rb', line 2325 def S elements[1] end |
#SOC ⇒ Object
2333 2334 2335 |
# File 'lib/parser/edngrammar.rb', line 2333 def SOC elements[4] end |
#specms ⇒ Object
2321 2322 2323 |
# File 'lib/parser/edngrammar.rb', line 2321 def specms elements[0] end |