# File lib/globalize.rb, line 60 def set_locale(locale) Thread.current[:globalize_locale] = locale.try(:to_sym) end