class WebMock::URIStringPattern

def pattern_inspect

def pattern_inspect
  WebMock::Util::URI.strip_default_port_from_uri_string(@pattern.to_s)
end