Sha256: f0fa8d4ff87bfc791c4ccc77af8a4e89c6006e86ccace7fe53f2ca9746c4a554
Contents?: true
Size: 442 Bytes
Versions: 55
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
55 entries across 55 versions & 1 rubygems