# File lib/gio2.rb, line 75
  def each(cancellable = nil)
    while file = next_file(cancellable)
      yield file
    end
    close
    self
  end