aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/complex.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/complex.rb b/lib/complex.rb
index c5fbb36a4a..0e88dd5f4f 100644
--- a/lib/complex.rb
+++ b/lib/complex.rb
@@ -1,3 +1,4 @@
require 'cmath'
+Object.instance_eval{remove_const :Math}
Math = CMath