Skip to content

Instantly share code, notes, and snippets.

@raa0121
Created July 7, 2013 16:51
Show Gist options
  • Save raa0121/5944074 to your computer and use it in GitHub Desktop.
Save raa0121/5944074 to your computer and use it in GitHub Desktop.
def post_bitly(url)
open("http://api.bit.ly/shorten?#{@query[0]}#{url}#{@query[1]}").read
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment