Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 584 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 584 Bytes

chaos_detector


Detect and graph dependencies between ruby modules using TracePoint

Infers dependencies during execution rather than source code analysis, which is prohibively difficult due to Ruby's numerous metaprogramming features.

Techniques inspired and borrowed from rubydeps and earlier ruby gems that use native code rather than TracePoint (Daniel Cadenas, other contribs)

TODO

Doc usage