class Zeitwerk::ReloadingDisabledError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/zeitwerk/error.rb, line 8 def initialize super("can't reload, please call loader.enable_reloading before setup") end