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