Module: CEML::Instructions::AskStmt1
- Defined in:
- lib/ceml/lang/tt/instructions.rb
Instance Method Summary collapse
Instance Method Details
#about ⇒ Object
560 561 562 |
# File 'lib/ceml/lang/tt/instructions.rb', line 560 def about elements[3] end |
#id ⇒ Object
556 557 558 |
# File 'lib/ceml/lang/tt/instructions.rb', line 556 def id elements[2] end |
#text ⇒ Object
564 565 566 |
# File 'lib/ceml/lang/tt/instructions.rb', line 564 def text elements[6] end |
#ws ⇒ Object
552 553 554 |
# File 'lib/ceml/lang/tt/instructions.rb', line 552 def ws elements[1] end |