Sha256: eb4274aadd5a296339091cf544f8a21110f0e7d44fc1a8bf64c4ab8aeeea10af

Contents?: true

Size: 1.45 KB

Versions: 3

Compression:

Stored size: 1.45 KB

Contents

digraph G {
  graph[]
  V0 [label="" shape="diamond" fixedsize="true" width="0.5"]
  V1 [label="" shape="diamond" fixedsize="true" width="0.5"]
  V2 [label="" shape="diamond" fixedsize="true" width="0.5"]
  V3 [label="" shape="diamond" fixedsize="true" width="0.5"]
  V4 [label="" shape="diamond" fixedsize="true" width="0.5"]
  V5 [label="" shape="doublecircle" fixedsize="true" width="0.5"]
  V6 [label="" shape="doublecircle" fixedsize="true" width="0.5"]
  V7 [label="" shape="doublecircle" fixedsize="true" width="0.5"]
  V8 [label="" shape="doublecircle" fixedsize="true" width="0.5"]
  V9 [label="" shape="doublecircle" fixedsize="true" width="0.5"]
  V0 -> V5 [label="from 0 to 5"]
  V0 -> V6 [label="from 0 to 6"]
  V0 -> V7 [label="from 0 to 7"]
  V0 -> V8 [label="from 0 to 8"]
  V0 -> V9 [label="from 0 to 9"]
  V1 -> V5 [label="from 1 to 5"]
  V1 -> V6 [label="from 1 to 6"]
  V1 -> V7 [label="from 1 to 7"]
  V1 -> V8 [label="from 1 to 8"]
  V1 -> V9 [label="from 1 to 9"]
  V2 -> V5 [label="from 2 to 5"]
  V2 -> V6 [label="from 2 to 6"]
  V2 -> V7 [label="from 2 to 7"]
  V2 -> V8 [label="from 2 to 8"]
  V2 -> V9 [label="from 2 to 9"]
  V3 -> V5 [label="from 3 to 5"]
  V3 -> V6 [label="from 3 to 6"]
  V3 -> V7 [label="from 3 to 7"]
  V3 -> V8 [label="from 3 to 8"]
  V3 -> V9 [label="from 3 to 9"]
  V4 -> V5 [label="from 4 to 5"]
  V4 -> V6 [label="from 4 to 6"]
  V4 -> V7 [label="from 4 to 7"]
  V4 -> V8 [label="from 4 to 8"]
  V4 -> V9 [label="from 4 to 9"]
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
yargi-0.2.0 test/yargi/source-sink.dot
yargi-0.1.2 test/yargi/source-sink.dot
yargi-0.1.1 test/yargi/source-sink.dot