1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/mathn.rb (Fixnum): remove debug print.

* lib/rational.rb (Rational): ditto.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9237 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 2005-09-19 16:02:55 +00:00
parent 7559d2fd7a
commit 4e07664e19
3 changed files with 6 additions and 9 deletions

View file

@ -118,9 +118,6 @@ end
class Fixnum
remove_method :/
alias / quo
alias_method :/, :quo
p :fixdiv
p [[:fixdiv, 1.div(1)]]
end
class Bignum