# File lib/graphviz.rb, line 188 188: def []=( xAttrName, xValue ) 189: @graph[xAttrName] = xValue 190: end