# File lib/fast_gettext/translation.rb, line 20
    def _(key, &block)
      FastGettext.cached_find(key) or (block ? block.call : key)
    end