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