# File lib/fog/libvirt/models/compute/util/uri.rb, line 12 def initialize(uri) @parsed_uri=::URI.parse(uri) @uri=uri return self end