Class: Comable::Deprecator
- Inherits:
-
ActiveSupport::Deprecation
- Object
- ActiveSupport::Deprecation
- Comable::Deprecator
- Includes:
- Singleton
- Defined in:
- lib/comable/deprecator.rb,
lib/comable/deprecator.rb
Instance Method Summary collapse
-
#initialize(deprecation_horizon = '0.4.0', gem_name = 'Comable') ⇒ Deprecator
constructor
A new instance of Deprecator.
Constructor Details
#initialize(deprecation_horizon = '0.4.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.4.0', gem_name = 'Comable') super end |