# File lib/twitter/client/user.rb, line 153
      def profile_image(*args)
        options = args.last.is_a?(Hash) ? args.pop : {}
        screen_name = args.first || get_screen_name
        get("1/users/profile_image/#{screen_name}", options, :format => :json, :raw => true).headers['location']
      end