Module: ActiveSupport::Deprecation::Disallowed

Included in:
ActiveSupport::Deprecation
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.4/lib/active_support/deprecation/disallowed.rb

Instance Attribute Summary collapse

Instance Attribute Details

#disallowed_warningsObject

Returns the configured criteria used to identify deprecation messages which should be treated as disallowed.



21
22
23
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.4/lib/active_support/deprecation/disallowed.rb', line 21

def disallowed_warnings
  @disallowed_warnings ||= []
end