Module: CEML::Instructions::TellStmt0
- Defined in:
- lib/ceml/lang/tt/instructions.rb
Instance Method Summary collapse
Instance Method Details
#id ⇒ Object
386 387 388 |
# File 'lib/ceml/lang/tt/instructions.rb', line 386 def id elements[2] end |
#text ⇒ Object
390 391 392 |
# File 'lib/ceml/lang/tt/instructions.rb', line 390 def text elements[5] end |
#ws ⇒ Object
382 383 384 |
# File 'lib/ceml/lang/tt/instructions.rb', line 382 def ws elements[1] end |