aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/mathn.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mathn.rb b/lib/mathn.rb
index d07388bc26..9e33f45580 100644
--- a/lib/mathn.rb
+++ b/lib/mathn.rb
@@ -79,7 +79,7 @@ end
#
# (2**72) / ((2**70) * 3) # => 4/3
-class Bignum
+class Integer
remove_method :/
##