From: Patrick Roemer Date: 2002-11-12T20:49:33+09:00 Subject: Load path for eruby Hi, I would like to include app-specific files that are not on the regular load path into my eruby file. Using plain ruby I would specify the load path with '-I'. This switch doesn't seem to be available with eruby. What would be the best way to access these files other than a) putting them in the same directory as the eruby file or b) altering the global load path? Regards, Patrick