Skip to content

Instantly share code, notes, and snippets.

@MaksimenkoPG
Created May 16, 2021 18:17
Show Gist options
  • Save MaksimenkoPG/bb8d1a52f19d616bf44174dbb2270b5e to your computer and use it in GitHub Desktop.
Save MaksimenkoPG/bb8d1a52f19d616bf44174dbb2270b5e to your computer and use it in GitHub Desktop.
#!/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