Module: CEML::Scripts::Script1
- Defined in:
- lib/ceml/lang/tt/scripts.rb
Instance Method Summary collapse
Instance Method Details
#instructions ⇒ Object
233 234 235 |
# File 'lib/ceml/lang/tt/scripts.rb', line 233 def instructions elements[2] end |
#nl ⇒ Object
229 230 231 |
# File 'lib/ceml/lang/tt/scripts.rb', line 229 def nl elements[1] end |
#title ⇒ Object
225 226 227 |
# File 'lib/ceml/lang/tt/scripts.rb', line 225 def title elements[0] end |