FalseClass#to_i
Remove a monkey patch that added a `to_i` method to `FalseClass` so that `false.to_i` returned 0. This is legacy code that shouldn't still be in use anywhere. It doesn't really work anyway, because `true.to_i` isn't defined.