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