# File cli/ruby-debug.rb, line 111
    def run_script(file, out = handler.interface)
      interface = ScriptInterface.new(file, out)
      processor = ControlCommandProcessor.new(interface)
      processor.process_commands
    end