# File lib/twitter/rest/friends_and_followers.rb, line 205
      def friendship?(source, target, options = {})
        friendship(source, target, options).source.following?
      end