Fixnum math is now floating-point math
140 141 142
# File 'lib/chitin/commands/builtins.rb', line 140 def /(other) self.to_f / other.to_f end
138
# File 'lib/chitin/commands/builtins.rb', line 138 alias_method :old_div, :/