# File lib/kwala/lib/cycle_detector.rb, line 236 def print_graph(graph) puts "Graph is #{ graph.size}" graph.each do |k, v| print_node(v) end end