Fixnum math is now floating-point math
155 156 157
# File 'lib/chitin/commands/builtins.rb', line 155 def /(other) self.to_f / other.to_f end
153
# File 'lib/chitin/commands/builtins.rb', line 153 alias_method :old_div, :/