11 12 13
# File 'lib/script/engine.rb', line 11 def register_step(headline, block) @steps << Script::Step.new(headline, block) end