lib/ruby-prof/printers/dot_printer.rb in ruby-prof-0.15.9 vs lib/ruby-prof/printers/dot_printer.rb in ruby-prof-0.16.0
- old
+ new
@@ -20,10 +20,10 @@
#
class DotPrinter < RubyProf::AbstractPrinter
CLASS_COLOR = '"#666666"'
EDGE_COLOR = '"#666666"'
- # Creates the DotPrinter using a RubyProf::Result.
+ # Creates the DotPrinter using a RubyProf::Proile.
def initialize(result)
super(result)
@seen_methods = Set.new
end