Class: Docit::SystemGraph::Generator
- Inherits:
-
Object
- Object
- Docit::SystemGraph::Generator
- Defined in:
- lib/docit/system_graph/generator.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.generate ⇒ Object
6 7 8 |
# File 'lib/docit/system_graph/generator.rb', line 6 def self.generate new.generate end |
Instance Method Details
#generate ⇒ Object
10 11 12 |
# File 'lib/docit/system_graph/generator.rb', line 10 def generate RailsAnalyzer.new.analyze.to_h end |