From: Martin DeMello Date: 2010-08-20T04:04:57+09:00 Subject: Re: [ANN] Ruby 1.9.2 is released 2010/8/18 Yuki Sonoda (Yugui) : > :It causes a LoadError >  $: no longer includes the current directory. So some scripts need > modification to work correctly. Anyway, your script should not depend on > the current directory as well as possible. Rather than just saying "your script should not depend on the current directory as well as possible", the FAQ should have a pointer to require_relative. martin