class Guard::JRubyMinitest::RailsReloader
Public Class Methods
run(*)
click to toggle source
# File lib/guard/jruby-minitest/reloaders/rails_reloader.rb, line 4 def self.run(*) if defined? ::ActionDispatch::Reloader Containment.new.protect do ActionDispatch::Reloader.cleanup! ActionDispatch::Reloader.prepare! end end end