# File lib/graphviz/attrs.rb, line 26 26: def initialize( gviz, name, attributs ) 27: @name = name 28: @attributs = attributs 29: @data = Hash::new( ) 30: @graphviz = gviz 31: end