Class: Binda::Deprecation
- Inherits:
-
ActiveSupport::Deprecation
- Object
- ActiveSupport::Deprecation
- Binda::Deprecation
- Defined in:
- app/models/binda/deprecation.rb
Instance Method Summary collapse
-
#initialize(deprecation_horizon = 'next major release', gem_name = 'Binda') ⇒ Deprecation
constructor
A new instance of Deprecation.
Constructor Details
#initialize(deprecation_horizon = 'next major release', gem_name = 'Binda') ⇒ Deprecation
Returns a new instance of Deprecation.
3 4 5 |
# File 'app/models/binda/deprecation.rb', line 3 def initialize(deprecation_horizon = 'next major release', gem_name = 'Binda') super end |