Class: Gio::UnixFDList
Instance Method Summary collapse
Instance Method Details
#each ⇒ Object
155 156 157 158 159 160 |
# File 'lib/gio2.rb', line 155 def each i = 0 while i < length yield self[i] end end |
155 156 157 158 159 160 |
# File 'lib/gio2.rb', line 155 def each i = 0 while i < length yield self[i] end end |