require 'zlib';require 'base64';puts Zlib.inflate Base64.decode64 "eJzty7sJACAMQMHeadT4y/6LiWBhIQgBQeFdf6omztZ4PB6Px+PxeDzeC68d5amseN+8NIQYTc8bn4i8/uoOj8fjXXsdTM45zQ=="
Note that non-ascii characters in the above source code will be escaped (such as \x9f).