From: Joe Van Dyk Date: 2005-06-03T02:18:16+09:00 Subject: requiring files Hi, If I start a Ruby application from a different directory than what the executed file is in, Ruby can't find the other files that the executed file requires (that are in the same directory as the executed file). Any ideas on ways to fix that?