# File lib/kwala/lib/cycle_detector.rb, line 223 def initialize( name = self.object_id ) @name = name @edges = Array.new @state = UNVISITED end