Posts by Roberto Barros • 1,151 points
1 post
-
6
votes4
answers1446
viewsA: Load file to current directory when running irb
You can pass the file name. For example: irb meuscript.rb As pointed out by rodrigorgs the irb will quit after running the file. The solution I see for this at the moment is to use load within the…