# File lib/less/command.rb, line 19
    def watch
      begin
        yield
      rescue Interrupt
        puts
        exit 0
      end
    end