# File lib/ruby-prof/printers/dot_printer.rb, line 26
    def initialize(result)
      super(result)
      @seen_methods = Set.new
    end