20 Dec
2010
20 Dec
'10
1:34 p.m.
On 2010-12-18, at 19:58 , russell muetzelfeldt wrote:
then bar will be included twice since '../bar' does not match './lib/bar'. what you should do is add the lib directory to $: and then change the require lines in main.rb to
I thought $" expanded the paths on its own. I'm stupidly lazy to re-check that, but I would go as far as saying I'm 90% sure. I guess it also doesn't hurt to point out the seldom-heard-of 1.9-ism require_relative.