class Module

Public Instance Methods

deprecation_deprecate(*method_names) click to toggle source
# File lib/deprecation/core_ext/module/deprecation.rb, line 2
def deprecation_deprecate *method_names
  Deprecation.deprecate_methods(self, *method_names)
end