From: Tanaka Akira Date: 2004-03-27T10:51:58+09:00 Subject: Re: Bug in pp library In article , Dave Thomas writes: > ruby -r pp -e 'PP.singleline_pp({ 1 => 1})' > > usr/lib/ruby/1.9/pp.rb:221:in `pp_hash': undefined method `seplist' for In article , Dave Thomas writes: > This is different to the last one: > > dave[Work/rubybook 16:47:53] ruby -r prettyprint -e > 'pp=PrettyPrint.new; pp.seplist([1,2,3]){}' > /usr/lib/ruby/1.9/prettyprint.rb:191:in `seplist': undefined local Fixed. Thank you for the reports. -- Tanaka Akira