# File lib/ruby-prof/abstract_printer.rb, line 3
    def initialize(result)
      @result = result
      @output = nil
      @options = {}
    end