# File lib/rdoc/dot/dot.rb, line 228 def initialize( params = {}, option_list = GRAPH_OPTS ) super( params, option_list ) @dot_string = 'digraph' end