# File lib/tzinfo/timezone.rb, line 184 def self.all_country_zones Country.all_codes.inject([]) {|zones,country| zones += Country.get(country).zones } end