method
behavior=
v3.0.9 -
Show latest stable
- Class:
ActiveSupport::Deprecation
behavior=(behavior)public
No documentation available.
# File activesupport/lib/active_support/deprecation/behaviors.rb, line 14
def behavior=(behavior)
@behavior = Array.wrap(behavior).map { |b| DEFAULT_BEHAVIORS[b] || b }
end