123456789_123456789_123456789_123456789_123456789_

Module: ActiveSupport::Deprecation::InstanceDelegator

Do not use. This module is for internal use only.
Relationships & Source Files
Namespace Children
Modules:
Extension / Inclusion / Inheritance Descendants
Included In:
Defined in: activesupport/lib/active_support/deprecation/instance_delegator.rb

Class Method Summary

Class Method Details

.included(base)

[ GitHub ]

  
# File 'activesupport/lib/active_support/deprecation/instance_delegator.rb', line 6

def self.included(base)
  base.extend(ClassMethods)
  base.singleton_class.prepend(OverrideDelegators)
end