# File lib/celerity/htmlunit.rb, line 39
  def each
    it = iterator
    yield it.next while it.hasNext
  end