# File lib/kwala/lib/cycle_detector.rb, line 484
    def print_cycles(cycles)
      print_ml_wrapper do
        if cycles.size > 0

          cycles.each do |path|
            puts "Nothing"
          end

        end
      end
    end