D
Daniel Berger
Hi all,
Contrary to http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/2725,
rb_time_new() will accept a single argument in 1.8.1 and assume 0 as
the second argument.
However, testing with 1.8.2 RC2 reveals that the second argument is
now mandatory. Is this intentional? Why not simply keep the current
behavior, and assume 0 as the second argument if none is provided?
Regards,
Dan
Contrary to http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/2725,
rb_time_new() will accept a single argument in 1.8.1 and assume 0 as
the second argument.
However, testing with 1.8.2 RC2 reveals that the second argument is
now mandatory. Is this intentional? Why not simply keep the current
behavior, and assume 0 as the second argument if none is provided?
Regards,
Dan