# File lib/ruport/formatter.rb, line 176
    def output
      return options.io if options.io
      @output ||= ""
    end