class Module

Public Instance Methods

deprecate_with_deprecator(*method_names) click to toggle source
# File lib/comable/deprecator.rb, line 18
def deprecate_with_deprecator(*method_names)
  options = method_names.extract_options!
  options.delete(:deprecator) if options.present?
  deprecate_without_deprecator
end