class Comable::Deprecator

Public Class Methods

new(deprecation_horizon = '0.8.0', gem_name = 'Comable') click to toggle source
Calls superclass method
# File lib/comable/deprecator.rb, line 4
def initialize(deprecation_horizon = '0.8.0', gem_name = 'Comable')
  super
end