# File lib/graphviz/edge.rb, line 57
57:           def []=( xAttrName, xAttrValue )
58:       @oAttrEdge[xAttrName.to_s] = xAttrValue
59:     end