Module: Java::JavaLang::Iterable

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

Instance Method Summary collapse

Instance Method Details

#eachObject



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

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