var data = %f'favicon.ico'.read(:raw) # binary string print data.encode_base64 # print to STDOUT
Last updated 1 year ago