Method: ActiveSupport::Deprecation::Deprecators#initialize
- Defined in:
- activesupport/lib/active_support/deprecation/deprecators.rb
#initialize ⇒ Deprecators
Returns a new instance of Deprecators.
10 11 12 13 |
# File 'activesupport/lib/active_support/deprecation/deprecators.rb', line 10 def initialize @options = {} @deprecators = {} end |