Class: Gio::UnixFDList

Inherits:
Object
  • Object
show all
Includes:
Enumerable
Defined in:
lib/gio2.rb

Instance Method Summary collapse

Instance Method Details

#eachObject



155
156
157
158
159
160
# File 'lib/gio2.rb', line 155

def each
  i = 0
  while i < length
    yield self[i]
  end
end