Module: ArchUnit::GraphReporting::FluentApi
- Defined in:
- lib/archunit/graph/fluentapi/graph.rb,
lib/archunit/graph/fluentapi/project_graph_builder.rb
Overview
Sentence-like entry points and builders for graph reporting.
Defined Under Namespace
Classes: ProjectGraphBuilder
Class Method Summary collapse
-
.project_graph(project_locator = nil) ⇒ Object
(also: dependency_graph)
Class Method Details
.project_graph(project_locator = nil) ⇒ Object Also known as: dependency_graph
12 13 14 |
# File 'lib/archunit/graph/fluentapi/graph.rb', line 12 def project_graph(project_locator = nil) ProjectGraphBuilder.new(project_locator:) end |