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