Hi,
In message "Re: require of a .file"
on Mon, 17 Jan 2005 14:46:22 +0900, Nicholas Van Weerdenburg <vanweerd / gmail.com> writes:
|I'm attempting to do a user config file as a ruby script to be
|required- e.g. ~/.myrc
|
|load ENV['HOME'] + "/.myrc"
|
|works, but "require" fails in its place saying it can't find .myrc. Is
|this a bug in require?
Show us failing code.
matz.