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