# File lib/kwala/lib/cycle_detector.rb, line 268
    def print_cycle_path(path)
      puts ""
      puts "#{path.first} <-> #{ path.last}"
      puts "  " + path.join("\n  ")
      puts ""
    end