From: Brian Candler Date: 2003-04-04T03:40:14+09:00 Subject: "benchmark.rb:435: warning: obsolete method" Just been playing with 1.8 preview 2, would like to point out that the following warning is getting generated in programs which use the benchmark module: /usr/local/lib/ruby/site_ruby/1.8/benchmark.rb:435: warning: obsolete method Time::times; use Process::times /usr/local/lib/ruby/site_ruby/1.8/benchmark.rb:435: warning: obsolete method Time::times; use Process::times Regards, Brian.