# File lib/twitter/client/block.rb, line 78
      def block_exists?(user, options={})
        warn "#{caller.first}: [DEPRECATION] #block_exists? is deprecated and will be removed in the next major version. Please use #block? instead."
        block?(user, options)
      end