# File lib/vendor/fssm/fssm/pathname.rb, line 523
    def find
      Find.find(self) {|path| yield FSSM::Pathname.new(path) }
    end