Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 391 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 391 Bytes

ClassBlueprint

Is a visualization which shows the interrelationships between class methods and their dependencies, as well as the type of each method and the invocation.

To load the visualization:

First create a new moose image, then copy this code into the playground

Metacello new
  baseline: 'ClassBlueprint';
  repository: 'github://NourDjihan/ClassBlueprint/src';
  load.