Skip to content

Instantly share code, notes, and snippets.

@koyachi
Created June 21, 2010 13:29
Show Gist options
  • Save koyachi/446843 to your computer and use it in GitHub Desktop.
Save koyachi/446843 to your computer and use it in GitHub Desktop.
via http://github.com/yuiseki/chaos_proxy/blob/c8318a49ab96083dde030a38f6bb372c1eb88b41/lib/resolve_url.rb
https://gist.github.com/308336/52c72284a3f61d9c9641a9156072998d433a69e7
def resolve_shorten_url(url)
iso = open(url, 'Method' => 'HEAD')
return iso.base_uri.to_s
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment