class WebMock::Deprecation

def warning(message)

def warning(message)
  warn "WebMock deprecation warning: #{message}"
end