From: harryo@... (Harry Ohlsen) Date: 2001-04-23T20:40:04+09:00 Subject: [ruby-talk:14072] Re: RCR: getClassFromString method >Well. How about using the option '-r'? Sorry. I should have been more explicit with my question. I found the -r flag when I was trying to work out how to do it. What I was hoping was that there was a place I could put any extensions I've written such that they would be automatically pulled in whenever I ran any ruby code. I guess I could simply replace my ruby interpreter executable with a shell script that calls the original but always passing the appropriate -r flag.