From: Narayanan K Date: 2010-06-18T03:03:13+09:00 Subject: Setting IRB Configurations using env variables? --0016e6460720cdc7b604893da6e1 Content-Type: text/plain; charset=ISO-8859-1 Hi, Suppose I need to have IRB configurations before I invoke IRB like : IRB.conf[:IGNORE_EOF]=true IRB.conf[:VERBOSE]=false This can be set in config files such as ~/.irbrc etc.. and saved before irb is invoked. But are there *environment variables I can set in shell to set those configurations directly* before I invoke IRB..? My idea is to *not* use a config file to customize my configurations, but to use some irb env variables to set those before I invoke the irb. Thanks in advance, Narayanan --0016e6460720cdc7b604893da6e1--