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