Parameters:
the uri string that should be converted to a URI object
Returns:
36 37 38
# File 'lib/uat/discovery/api.rb', line 36 def new_uri(uri_string) URI(uri_string) end