# File lib/graphviz/types.rb, line 4
4:       def initialize( data )
5:         @data = check(data)
6:       end