# File lib/gettext/textdomainmanager.rb, line 52 def initialize(target, locale) @target = target @locale = locale @textdomains = {} end