Returns the graphviz-formatted content of self

Property definitions

ropes_debug :: ropes_debug $ Text :: to_dot
	# Returns the graphviz-formatted content of `self`
	fun to_dot: String do
		return "digraph g \{\n" + internal_to_dot + "\}\n"
	end
lib/ropes_debug/ropes_debug.nit:24,2--27,4