Method: Transpec::Syntax::MethodStub#replacement_for_deprecated_method

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

#replacement_for_deprecated_methodObject



98
99
100
101
102
103
104
# File 'lib/transpec/syntax/method_stub.rb', line 98

def replacement_for_deprecated_method
  case method_name
  when :stub!   then 'stub'
  when :unstub! then 'unstub'
  else nil
  end
end