class WebMock::HttpLibAdapters::NetHttpAdapter

def check_right_http_connection

def check_right_http_connection
  unless @@alredy_checked_for_right_http_connection ||= false
    WebMock::NetHTTPUtility.puts_warning_for_right_http_if_needed
    @@alredy_checked_for_right_http_connection = true
  end
end