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