Module: Refactor::Deprecation::ClassMethods
- Defined in:
- lib/uv_refactor/deprecation.rb
Instance Method Summary collapse
Instance Method Details
#refactor_method(old_method, new_method) ⇒ Object
10 11 12 |
# File 'lib/uv_refactor/deprecation.rb', line 10 def refactor_method(old_method,new_method) Refactor.deprecation_method.call(old_method,new_method, self) end |