From: Tim Hunter Date: 2007-11-02T01:46:53+09:00 Subject: Re: YAML on OS X Leopard Gabriel Dragffy wrote: > I'm using Leopard and it has a decent Ruby installation, so I haven't > bothered with MacPorts. Used gems to install Rails. > > However when I go in to IRB and type: > require 'yaml' > > I always get 'false'. What do I have to do to get it to work? > > Best regards > > Gabriel Nothing. When require returns "false" it means that yaml was already loaded. If yaml could not be loaded require would have raised LoadError. -- Posted via http://www.ruby-forum.com/.