method
instrument
v7.1.3.4 -
Show latest stable
- Class:
ActiveStorage::Analyzer
instrument(analyzer, &block)private
No documentation available.
# File activestorage/lib/active_storage/analyzer.rb, line 46
def instrument(analyzer, &block) # :doc:
ActiveSupport::Notifications.instrument("analyze.active_storage", analyzer: analyzer, &block)
end