Class: Binda::Deprecation

Inherits:
ActiveSupport::Deprecation
  • Object
show all
Defined in:
app/models/binda/deprecation.rb

Instance Method Summary collapse

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