Class: Module

Inherits:
Object
  • Object
show all
Defined in:
lib/deprecation/core_ext/module/deprecation.rb

Instance Method Summary collapse

Instance Method Details

#deprecation_deprecate(*method_names) ⇒ Object



2
3
4
# File 'lib/deprecation/core_ext/module/deprecation.rb', line 2

def deprecation_deprecate *method_names
  Deprecation.deprecate_methods(self, *method_names)
end