# File lib/openid/fetchers.rb, line 79 def get(url) resp, final_url = do_get(url) if resp.nil? nil else [final_url, resp.body] end end