Skip to content

knub/ruby_module_structure_visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ruby_module_structure_visualization

ruby_graph.rb is a ruby-script, which creates a DAG of the module structure of a given module. Module structure means all included modules and all submodules (recursively). This can be useful for getting a quick overview about a module.

The output of the file is a Graphviz file, which contains the description of the DAG. This file can be build to a pdf by using Graphviz (I recommend dot).

About

Just a small project, which creates a DAG for a given Ruby module showing all submodules and stuff. Using Graphviz.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages