From: Harry Ohlsen Date: 2004-03-24T11:32:47+09:00 Subject: Ruby's module search path Is there an easy way to discover the path to a "require"-ed module (assuming it's a .rb file)? Ie, is there some way to find out where the interpreter would find fred.rb if I said require 'fred' TIA Harry O.