Module: CEML::Scripts::ScriptWithTitle0
- Defined in:
- lib/ceml/tt/scripts.rb
Instance Method Summary collapse
Instance Method Details
#casting_statement ⇒ Object
81 82 83 |
# File 'lib/ceml/tt/scripts.rb', line 81 def casting_statement elements[2] end |
#instructions ⇒ Object
85 86 87 |
# File 'lib/ceml/tt/scripts.rb', line 85 def instructions elements[3] end |
#title ⇒ Object
77 78 79 |
# File 'lib/ceml/tt/scripts.rb', line 77 def title elements[1] end |