Sha256: 190284db4375ca6643ff8de39cad5dccb0fd3c9b19711d6fc1726d1ec64db6f3
Contents?: true
Size: 492 Bytes
Versions: 21
Compression:
Stored size: 492 Bytes
Contents
digraph G { layout="neato" // scale things down for example size="5,5" rankdir=TD ranksep=1 nodesep=1 node [shape=box] top[pos="5,10!", width=5, height=2] left1[pos="3.5,7!", width=2, height=2] left2[pos="3.5,4!", width=2, height=2] right[pos="6.5,5.5!", width=2, height=5] bottom[pos="5,1!", width=5, height=2] top->left1 top->right left1->left2 left1->right left2->right left2->bottom right->bottom }
Version data entries
21 entries across 21 versions & 2 rubygems