Class: ActiveSupport::Reloader
- Inherits:
-
Object
- Object
- ActiveSupport::Reloader
- Defined in:
- lib/quilt_rails/monkey_patches/active_support_reloader.rb
Class Method Summary collapse
-
.check! ⇒ Object
:nodoc:.
Class Method Details
.check! ⇒ Object
:nodoc:
38 39 40 |
# File 'lib/quilt_rails/monkey_patches/active_support_reloader.rb', line 38 def self.check! # :nodoc: @should_reload = check.call end |