Skip to content

Instantly share code, notes, and snippets.

@sonkm3
Created July 29, 2013 09:40
Show Gist options
  • Save sonkm3/6103254 to your computer and use it in GitHub Desktop.
Save sonkm3/6103254 to your computer and use it in GitHub Desktop.
ruby: url encode
require "cgi"
p CGI.escape("abc+&%")
# "abc%2B%26%25"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment