# File lib/ruote/util/look.rb, line 33
    def self.lsof

      `lsof -p #{$$}`
    end