class RGL::DOT::DirectedEdge
A directed edge representation otherwise identical to Edge
.
Private Instance Methods
edge_link()
click to toggle source
# File lib/rgl/rdot.rb 525 def edge_link 526 '->' 527 end