Module: Java::JavaLang::Iterable

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

Instance Method Summary collapse

Instance Method Details

#eachObject



39
40
41
42
# File 'lib/celerity/htmlunit.rb', line 39

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