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