# File lib/facets/more/downloader.rb, line 96 def mirrors @mirrors.sort{ |a,b| a.region == region ? 1 : ( b.region == region ? -1 : 0 ) } end