# File lib/hammer_cli/i18n.rb, line 16
      def s_(key, separator=nil)
        FastGettext::TranslationMultidomain.Ds_(key, separator)
      end