# File lib/graphviz/node.rb, line 50 50: def []=( xAttrName, xAttrValue ) 51: @oAttrNode[xAttrName.to_s] = xAttrValue 52: end