mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #32093 from jfragoulis/correct-method-documentation
Correct method documentation
This commit is contained in:
commit
ddb7da8535
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ module ActiveSupport
|
|||
# ActiveSupport::Deprecation.behavior = :stderr
|
||||
# ActiveSupport::Deprecation.behavior = [:stderr, :log]
|
||||
# ActiveSupport::Deprecation.behavior = MyCustomHandler
|
||||
# ActiveSupport::Deprecation.behavior = ->(message, callstack) {
|
||||
# ActiveSupport::Deprecation.behavior = ->(message, callstack, deprecation_horizon, gem_name) {
|
||||
# # custom stuff
|
||||
# }
|
||||
def behavior=(behavior)
|
||||
|
|
Loading…
Reference in a new issue