In Files

Parent

Methods

Included Modules

Gio::UnixFDList

Public Instance Methods

each() click to toggle source
# File lib/gio2.rb, line 155
def each
  i = 0
  while i < length
    yield self[i]
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.