Class: Hashira::Coupling::WideEdgeFindings
- Defined in:
- lib/hashira/coupling/wide_edge_findings.rb
Constant Summary collapse
- KIND =
"wide_edge"- WIDTH =
5
Instance Method Summary collapse
Methods inherited from Rule
Constructor Details
This class inherits a constructor from Hashira::Coupling::Rule
Instance Method Details
#list ⇒ Object
10 11 12 |
# File 'lib/hashira/coupling/wide_edge_findings.rb', line 10 def list graph.edges.select { wide?(it) }.map { entry(it) } end |