From: Alex Young Date: 2007-11-02T01:46:47+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? That just means it's already been required, and didn't load again. You should just be able to use it. -- Alex