method
after_class_unload
v5.1.7 -
Show latest stable
- Class:
ActiveSupport::Reloader
after_class_unload(*args, &block)public
No documentation available.
# File activesupport/lib/active_support/reloader.rb, line 37
def self.after_class_unload(*args, &block)
set_callback(:class_unload, :after, *args, &block)
end