robbyrussell (owner)

Revisions

gist: 2186 Download_button fork
public
Public Clone URL: git://gist.github.com/2186.git
Embed All Files: show embed
Text #
1
2
3
4
5
6
7
require "shorturl"
 
# rubyurl
url = ShortURL.shorten( 'http://mypage.com' )
 
# moourl
moo_url = ShortURL.shorten( 'http://mypage.com', :moourl )