# File lib/twitter/client/list_subscribers.rb, line 183
      def is_subscriber?(*args)
        warn "#{caller.first}: [DEPRECATION] #is_subscriber? is deprecated and will be removed in the next major version. Please use #list_subscriber? instead."
        list_subscriber?(args)
      end