Posts by agarie • 121 points
1 post
-
2
votes4
answers1446
viewsA: Load file to current directory when running irb
The way in which the irb will search your libraries is decided by some environment variables (e. g. GEM_PATH, GEM_HOME), which (usually) does not include the current directory. One way to modify the…