class method
self.wrap
Ruby on Rails 5.1.7
Since v5.0.7.2Signature
self.wrap()
Run the supplied block as a work unit, reloading code as needed
Source
# File activesupport/lib/active_support/reloader.rb, line 66
def self.wrap
executor.wrap do
super
end
end
Defined in activesupport/lib/active_support/reloader.rb line 66
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Reloader