Fixnum math is now floating-point math hashtag gitonmahlevel
203 204 205
# File 'lib/chitin/commands/builtins.rb', line 203 def /(other) self.to_f / other.to_f end
201
# File 'lib/chitin/commands/builtins.rb', line 201 alias_method :old_div, :/