On Jun 15, 2011, at 9:10 PM, Ilias Lazaridis wrote:
> 
> require_relative 'lib/alter'
> require './lib/alter'
> 
> To my understanding, both should do the same thing.
> 
> Is this right?

No, the first is relative to the file, the second is relative to "Dir.pwd", the process working directory.

Regards,
Florian