Method: Transpec::Syntax::MethodStub#convert_deprecated_method!

Defined in:
lib/transpec/syntax/method_stub.rb

#convert_deprecated_method!Object



55
56
57
58
59
60
61
# File 'lib/transpec/syntax/method_stub.rb', line 55

def convert_deprecated_method!
  return unless replacement_method_for_deprecated_method

  replace(selector_range, replacement_method_for_deprecated_method)

  register_record(:deprecated)
end