irb
irb copied to clipboard
Improve irbrc loading order
Ensures that "project level" .irbrc
will always take precedence over "user level" .irbrc
.
Addresses part of #674
Thanks for the PR. I just tested it manually and it seems to stop loading user-level config completely when project-level config is present? Is it possible to make it also load the user-level config AFTER the project-level config is loaded? Otherwise, it'd be a big breaking change for some users.