Sha256: 6704afd845e4e2b0a9c4b88a5f52200691327526f700e5faab197d81acade9b9

Contents?: true

Size: 442 Bytes

Versions: 88

Compression:

Stored size: 442 Bytes

Contents

# @title Producing an object graph of Vedeu

Sometimes I find looking at the project as a graph helps me to
understand the relationship between the various objects. To achieve
this, I use Yard's graph options. If this sort of thing floats your
boat too, and you have the appropriate software installed:

```shell
yard graph --full --dependencies --private --protected --dot --file vedeu.dot

dot -Tpdf vedeu.dot -o vedeu.pdf
```

Cool stuff.

Version data entries

88 entries across 88 versions & 1 rubygems

Version Path
vedeu-0.6.27 docs/object_graph.md
vedeu-0.6.26 docs/object_graph.md
vedeu-0.6.25 docs/object_graph.md
vedeu-0.6.24 docs/object_graph.md
vedeu-0.6.23 docs/object_graph.md
vedeu-0.6.22 docs/object_graph.md
vedeu-0.6.21 docs/object_graph.md
vedeu-0.6.20 docs/object_graph.md