Skip to content

Instantly share code, notes, and snippets.

@ninjs
Created April 22, 2015 21:13
Show Gist options
  • Save ninjs/c1cc4fa7d8a0d832b5ab to your computer and use it in GitHub Desktop.
Save ninjs/c1cc4fa7d8a0d832b5ab to your computer and use it in GitHub Desktop.
require 'uri'
puts "What is the string to encode?"
encode_string = URI.escape(gets)
puts encode_string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment