# File lib/twitter/client/notification.rb, line 39
      def disable_notifications(user, options={})
        merge_user_into_options!(user, options)
        response = post('1/notifications/leave', options)
        format.to_s.downcase == 'xml' ? response['user'] : response
      end