From: why the lucky stiff Date: 2004-05-17T00:41:41+09:00 Subject: Re: yaml last update Kent S. wrote: > $ ri local > /usr/local/lib/ruby/1.9/yaml.rb:158:in `instance_variable_set': > `@Time.local( year [, month, day, hour, min, sec, usec] ) => time > (NameError) I can't seem to reproduce this. Update from CVS, try again. If it continues to give the error, send me your $RI_DIR/Time/local-c.yaml. You can get $RI_DIR by executing the following in a shell: $ ruby -rrdoc/ri/ri_paths -e 'p RI::Paths::PATH' ["/usr/local/share/ri/1.9/system"] I'm quite sure my last checkin fixed the problem though. _why