I have the following problem:
My ruby project structure : Ruby_Source\ file1.rb file2.rb file3.rb
In file1.rb, require 'file2' require 'file3'
now ,if I run the file1.rb from Ruby_Source, am not getting any error.
but , when I run the same from a different system location eg(c:)
error is Load error.
Can some one help me please?