From: Gavin Kistner Date: 2005-09-07T22:26:30+09:00 Subject: Re: [ANN] Units for Ruby On Sep 7, 2005, at 5:31 AM, Bil Kleb wrote: > I'm running Mac OS 10.4.2 with a readlines-enabled ruby > compiled from source, and FWIW, yaml.rb has, > > 118 def YAML.load( io ) > 119 yp = @@parser.new.load( io ) > 120 end FWIW, I'm running 1.8.2 also on Mac OS 10.4.2, also compiled from source, and it worked for me. :|