Module: CEML::Scripts::Script0
- Defined in:
- lib/ceml/lang/tt/scripts.rb
Instance Method Summary collapse
Instance Method Details
#casting_statement ⇒ Object
211 212 213 |
# File 'lib/ceml/lang/tt/scripts.rb', line 211 def casting_statement elements[2] end |
#instructions ⇒ Object
219 220 221 |
# File 'lib/ceml/lang/tt/scripts.rb', line 219 def instructions elements[4] end |
#nl1 ⇒ Object
207 208 209 |
# File 'lib/ceml/lang/tt/scripts.rb', line 207 def nl1 elements[1] end |
#nl2 ⇒ Object
215 216 217 |
# File 'lib/ceml/lang/tt/scripts.rb', line 215 def nl2 elements[3] end |
#title ⇒ Object
203 204 205 |
# File 'lib/ceml/lang/tt/scripts.rb', line 203 def title elements[0] end |