# File lib/ruote/util/look.rb, line 38
    def self.dump_lsof

      puts '= lsof =' + '=' * 71
      puts lsof
      puts '=' * 80
    end