Module: Java::JavaLang::Iterable
- Includes:
- Enumerable
- Defined in:
- lib/celerity/htmlunit.rb
Instance Method Summary collapse
Instance Method Details
#each ⇒ Object
40 41 42 43 |
# File 'lib/celerity/htmlunit.rb', line 40 def each it = iterator yield it.next while it.hasNext end |