method

after_class_unload

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