Created
May 16, 2021 18:17
-
-
Save MaksimenkoPG/bb8d1a52f19d616bf44174dbb2270b5e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
require 'irb' | |
require_relative File.join(File.dirname(File.expand_path(__dir__)), 'config/application') | |
def reload! | |
puts Application.load_libs | |
end | |
IRB.start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment