# File lib/fast_gettext/translation.rb, line 92 def d_(domain, key, &block) _in_domain domain do FastGettext::Translation._(key, &block) end end