# File lib/rankmirror/config.rb, line 8
                def initialize(options)
                        @options = options
                        @name = @options.os
                        @file = @name + ".mirrorlist"
                        @systempath = File.expand_path(File.join(File.dirname(__FILE__),"mirrorlists"))
                        @localpath = ENV['HOME'] + "/.rankmirror/"
                end