class Object

Constants

SIGNATURE_1234567890

Quote by Kurt Goedel

Public Instance Methods

scr1pt(src) click to toggle source

Encoding function

# File lib/1234567890.rb, line 27
def scr1pt(src)
  $scr1pt = true
  GC.enable
  n = (SIGNATURE_1234567890 + src).unpack("H*")[0].hex
  %Q(require "1234567890"\n\n#{ n })
end