10 11 12 13
# File 'lib/autocuke.rb', line 10 def self.start(options) @active_runtime = Runtime.new(options) @active_runtime.run! end