Classes: Scope
5 6 7 8 9 10 11 12 13
# File 'lib/i18n/scope.rb', line 5 def self.scoped(scope=nil) rtn = I18n::Scope.new(scope) if block_given? yield rtn else rtn end end