Hi,
You could simply write a script and require it on startup with the -r
parameter:
irb -r C:/myscript.rb
If you write this line into a batch file (or the like), you don't even
have to type it in.
···
--
Posted via http://www.ruby-forum.com/.
Hi,
You could simply write a script and require it on startup with the -r
parameter:
irb -r C:/myscript.rb
If you write this line into a batch file (or the like), you don't even
have to type it in.
--
Posted via http://www.ruby-forum.com/.