Hi,
In message "Re: [ ruby-Bugs-4605 ] Critical 1.9 mathn
bug (require 'mathn' failure)"
on Tue, 30 May 2006 08:40:30 +0900, noreply rubyforge.org writes:
|Can all mention of Integer#gcd2 (remove_method line and def
gcd2) please be removed from mathn.rb in 1.9 ?
rational.rb's Integer#gcd is now faster than mathn.rb's
Integer#gcd2. If backward compatibility is a problem,
please alias_method :gcd2, :gcd.
I will remove it soon. Thank you.
matz.
|