module RailsI18n
def self.enabled_modules
def self.enabled_modules @enabled_modules ||= Set.new end
def self.enabled_modules=(other)
def self.enabled_modules=(other) @enabled_modules = Set.new(other) end
def self.enabled_modules @enabled_modules ||= Set.new end
def self.enabled_modules=(other) @enabled_modules = Set.new(other) end