# File lib/graphviz/edge.rb, line 64
64:     def []( xAttrName )
65:       @oAttrEdge[xAttrName.to_s].clone
66:     end