diff options
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -240,7 +240,7 @@ Fri Aug 22 04:33:56 2008 Tanaka Akira <[email protected]> Fri Aug 22 03:19:41 2008 Tanaka Akira <[email protected]> - * include/ruby/ruby.h (NUM2LONG): make it inline function to evaluete + * include/ruby/ruby.h (NUM2LONG): make it inline function to evaluate the argument only once. `t = Object.new; def t.*(x) p x; 0 end; p Time.at(0, t)' did print x twice. |