Class: Comable::Deprecator

Inherits:
ActiveSupport::Deprecation
  • Object
show all
Includes:
Singleton
Defined in:
lib/comable/deprecator.rb,
lib/comable/deprecator.rb

Instance Method Summary collapse

Constructor Details

#initialize(deprecation_horizon = '0.8.0', gem_name = 'Comable') ⇒ Deprecator

Returns a new instance of Deprecator.



4
5
6
# File 'lib/comable/deprecator.rb', line 4

def initialize(deprecation_horizon = '0.8.0', gem_name = 'Comable')
  super
end