While irb utilizes .irbrc to automatically perform certain actions upon start, I have not been able to find how to do the same automatically for invocations of ruby itself. Any suggestions where the documentation for such can be found would be greatly appreciated.
|
For environments where I need this (essentially never) I've used the (You may want to specify include directories, which can be done a variety of ways, including the This is essentially the same answer as Phrogz, but without the shell script. The scripts are a bit more versatile since you can have any number of them for trivial pre-execution environment rigging. |
|||
|
|
|
Just as you can use
Put your own custom code in a file (like Shell code above and background information here: |
|||
|
|
.irbrcbut applied to the running of ruby scripts instead. – xuinkrbin. May 11 '12 at 18:03