Method: Transpec::Syntax::MethodStub#convert_deprecated_method!
- Defined in:
- lib/transpec/syntax/method_stub.rb
#convert_deprecated_method! ⇒ Object
76 77 78 79 80 |
# File 'lib/transpec/syntax/method_stub.rb', line 76 def convert_deprecated_method! return unless replacement_for_deprecated_method replace(selector_range, replacement_for_deprecated_method) add_record(DeprecatedMethodRecordBuilder.build(self)) end |