Sha256: e54c068462288f85456764554bbafc978fe6e4ab44b85aa48432767210383fdf

Contents?: true

Size: 436 Bytes

Versions: 36

Compression:

Stored size: 436 Bytes

Contents

## 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

36 entries across 36 versions & 1 rubygems

Version Path
vedeu-0.4.24 docs/object_graph.md
vedeu-0.4.23 docs/object_graph.md
vedeu-0.4.22 docs/object_graph.md
vedeu-0.4.21 docs/object_graph.md
vedeu-0.4.20 docs/object_graph.md
vedeu-0.4.19 docs/object_graph.md
vedeu-0.4.18 docs/object_graph.md
vedeu-0.4.17 docs/object_graph.md
vedeu-0.4.16 docs/object_graph.md
vedeu-0.4.15 docs/object_graph.md
vedeu-0.4.14 docs/object_graph.md
vedeu-0.4.13 docs/object_graph.md
vedeu-0.4.12 docs/object_graph.md
vedeu-0.4.11 docs/object_graph.md
vedeu-0.4.10 docs/object_graph.md
vedeu-0.4.9 docs/object_graph.md