summaryrefslogtreecommitdiff
path: root/lib/mathn.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mathn.rb')
-rw-r--r--lib/mathn.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/mathn.rb b/lib/mathn.rb
index 3e24dd03f3..724d37ea6f 100644
--- a/lib/mathn.rb
+++ b/lib/mathn.rb
@@ -121,11 +121,6 @@ end
class Rational
Unify = true
- remove_method :inspect
- def inspect
- format "%s/%s", numerator.inspect, denominator.inspect
- end
-
alias power! **
def ** (other)