7 8 9 10
# File 'lib/git-dag/application.rb', line 7 def self.run(git_repo_path) git_graph = GitGraph.new(git_repo_path) puts git_graph.output_dot_file end