Skip to content

Instantly share code, notes, and snippets.

@dzfl
Created October 30, 2009 17:26
Show Gist options
  • Save dzfl/222555 to your computer and use it in GitHub Desktop.
Save dzfl/222555 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
# vim:fileencoding=utf-8
def lenghten(text)
uri = URI(text)
Net::HTTP.start(uri.host, uri.port).head(uri.request_uri)["Location"]
rescue
nil
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment