# File lib/twitter/client/notification.rb, line 41
      def disable_notifications(user, options={})
        options.merge_user!(user)
        user = post("/1/notifications/leave.json", options)
        Twitter::User.new(user)
      end