123 by ehird

puts 1;x=File.read("test.rb").sub("puts","puts 1+");File.open("test.rb","w").write(x)

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page