# File lib/gio2.rb, line 153
  def each
    i = 0
    while i < length
      yield self[i]
    end
  end