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