# File lib/rankmirror/status.rb, line 5 def initialize(uri,distro) uri << "/" unless /^.*\/$/.match(uri) @uri = uri @distro = distro end