Module: TokyoMetro::Document::Gviz::DirGraph
- Defined in:
- lib/tokyo_metro/document/gviz/dir_graph.rb
Overview
ファイルの階層図を生成するためのモジュール
Class Method Summary collapse
Class Method Details
.process(dot_files: true, db_dot_files: true) ⇒ nil
処理を行うメソッド
7 8 9 10 11 12 13 14 15 |
# File 'lib/tokyo_metro/document/gviz/dir_graph.rb', line 7 def self.process( dot_files: true , db_dot_files: true ) if dot_files make_dot_files end if db_dot_files make_db_dot_files end return nil end |