# File lib/twitter/client/friendship.rb, line 42
      def unfollow(user, options={})
        merge_user_into_options!(user, options)
        response = delete('1/friendships/destroy', options)
        format.to_s.downcase == 'xml' ? response['user'] : response
      end