# File lib/fission/ui.rb, line 49
    def output_printf(string, key, value)
      @stdout.send :printf, string, key, value
    end