instance method
apply_options
Ruby on Rails 8.1.2
Since v7.1.6 PrivateSignature
apply_options(deprecator)
No documentation comment.
Parameters
-
deprecatorreq
Source
# File activesupport/lib/active_support/deprecation/deprecators.rb, line 97
def apply_options(deprecator)
@options.each do |name, value|
deprecator.public_send("#{name}=", value)
end
end
Defined in activesupport/lib/active_support/deprecation/deprecators.rb line 97
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Deprecation::Deprecators