# File lib/globalize.rb, line 32 def with_locales(*locales, &block) locales.flatten.map do |locale| with_locale(locale, &block) end end