# File lib/bundler/mirror.rb, line 98 def valid? return false if @uri.nil? return @valid unless @valid.nil? false end