module Excon

def mock

Status of mocking
def mock
  puts("Excon#mock is deprecated, pass :mock to the initializer (#{caller.first})")
  @mock
end