# File lib/rankmirror/distro/local/fedora.rb, line 8
                def sort
                        sorted = @mirrorlist.map!{|m|
                                m.http if @options.country == m.country && m[@options.flavor] == "true"
                                }.compact
                        return sorted
                end