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