instance method
silenced
Ruby on Rails 7.1.6
Since v6.1.7.10Signature
silenced()
No documentation comment.
Source
# File activesupport/lib/active_support/deprecation/reporting.rb, line 56
def silenced
@silenced || @silence_counter.value.nonzero?
end
Defined in activesupport/lib/active_support/deprecation/reporting.rb line 56
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Deprecation::Reporting