N
Narayanan K
[Note: parts of this message were removed to make it a legal post.]
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
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