aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mathn.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mathn.rb')
-rw-r--r--lib/mathn.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/mathn.rb b/lib/mathn.rb
index ddfca57681..3108dd2eb7 100644
--- a/lib/mathn.rb
+++ b/lib/mathn.rb
@@ -118,9 +118,6 @@ end
class Fixnum
remove_method :/
alias / quo
- alias_method :/, :quo
- p :fixdiv
- p [[:fixdiv, 1.div(1)]]
end
class Bignum