Method: ActiveSupport::Reloader#run!

Defined in:
activesupport/lib/active_support/reloader.rb

#run!Object

:nodoc:



121
122
123
124
# File 'activesupport/lib/active_support/reloader.rb', line 121

def run! # :nodoc:
  super
  release_unload_lock!
end