10 11 12 13 14
# File 'lib/text_comb/iterator.rb', line 10 def each while @java_iter.has_next yield @java_iter.next end end