Created

Embed URL

HTTPS clone URL

SSH clone URL

You can clone with HTTPS or SSH.

Download Gist

decoder.rb

View decoder.rb
1 2 3
require'uri'
require'base64'
p Marshal.load(Base64.decode64(URI.decode(gets.split('--').first)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.