Class: Hashira::Coupling::Rule

Inherits:
Object
  • Object
show all
Defined in:
lib/hashira/coupling/rule.rb

Instance Method Summary collapse

Constructor Details

#initialize(project, graph) ⇒ Rule

Returns a new instance of Rule.



4
5
6
7
# File 'lib/hashira/coupling/rule.rb', line 4

def initialize(project, graph)
  @project = project
  @graph = graph
end