# File gnomevfs/src/lib/gnomevfs.rb, line 22
      def foreach(uri, *args, &block)
        open(uri, *args){|f| f.each(&block) }
      end