Module: Java::JavaLang::Iterable

Includes:
Enumerable
Defined in:
lib/celerity/htmlunit.rb

Overview

this will be added in JRuby 1.1.6

Instance Method Summary collapse

Instance Method Details

#eachObject



34
35
36
37
# File 'lib/celerity/htmlunit.rb', line 34

def each
  it = iterator
  yield it.next while it.hasNext
end