Module: CEML::Scripts::ScriptWithInstructions0
- Defined in:
- lib/ceml/tt/scripts.rb
Instance Method Summary collapse
Instance Method Details
#casting_statement ⇒ Object
146 147 148 |
# File 'lib/ceml/tt/scripts.rb', line 146 def casting_statement elements[2] end |
#instructions ⇒ Object
150 151 152 |
# File 'lib/ceml/tt/scripts.rb', line 150 def instructions elements[3] end |
#title ⇒ Object
142 143 144 |
# File 'lib/ceml/tt/scripts.rb', line 142 def title elements[1] end |