# File lib/kenyacodes.rb, line 204
    def list_postoffices
      POST_CODES.keys do |x|
        x.to_s
         end
    end