# File lib/mutter.rb, line 65
  def watch
    begin
      yield
    rescue Interrupt
      puts
      exit 0
    end
  end