method
instrument
rails 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