# File lib/bundler/mirror.rb, line 73 def uri=(uri) @uri = if uri.nil? nil else URI(uri.to_s) end @valid = nil end