Module: CEML::Instructions::TellStmt0
- Defined in:
- lib/ceml/tt/instructions.rb
Instance Method Summary collapse
Instance Method Details
#id ⇒ Object
105 106 107 |
# File 'lib/ceml/tt/instructions.rb', line 105 def id elements[2] end |
#nl ⇒ Object
113 114 115 |
# File 'lib/ceml/tt/instructions.rb', line 113 def nl elements[6] end |
#text ⇒ Object
109 110 111 |
# File 'lib/ceml/tt/instructions.rb', line 109 def text elements[5] end |
#ws ⇒ Object
101 102 103 |
# File 'lib/ceml/tt/instructions.rb', line 101 def ws elements[1] end |