Module: Esse::Deprecations::Deprecate
- Included in:
 - Cluster, IndexBackendDelegator, RepositoryBackendDelegator, Index, Repository, Serializer
 
- Defined in:
 - lib/esse/deprecations/deprecate.rb
 
Defined Under Namespace
Modules: InstanceMethods
Class Method Summary collapse
Class Method Details
.extended(base) ⇒ Object
      6 7 8 9  | 
    
      # File 'lib/esse/deprecations/deprecate.rb', line 6 def self.extended(base) base.extend Gem::Deprecate base.include InstanceMethods end  |