Skip to content

Instantly share code, notes, and snippets.

@nolim1t
Created September 8, 2014 09:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nolim1t/f373a539f9ab5aeecada to your computer and use it in GitHub Desktop.
Save nolim1t/f373a539f9ab5aeecada to your computer and use it in GitHub Desktop.
Base64
require "base64"; s = File.new("Somefilename", "rb"); contents = s.read; puts Base64.encode64(contents);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment