Skip to content

Instantly share code, notes, and snippets.

@jpemberthy
Created June 18, 2009 22:16
Show Gist options
  • Save jpemberthy/132242 to your computer and use it in GitHub Desktop.
Save jpemberthy/132242 to your computer and use it in GitHub Desktop.
>> ShortURL.shorten( 'http://www.istwitterdown.com' )
=> "http://rubyurl.com/P9w"
>> ShortURL.shorten( 'http://www.istwitterdoasdfsdfwn.com' )
=> "http://rubyurl.com/XB8P"
>> ShortURL.shorten( 'http://www.istwitterdown.com' )
=> "http://rubyurl.com/P9w"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment