RAA - find-iter

find-iter / 0.0.20070322

Short description: Find external iterator
Category: Library/Utility
Status: beta
Created: 2007-03-21 20:00:44 GMT
Last update: 2007-03-21 20:00:44 GMT
Owner: MoonWolf (Projects of this owner)
Homepage: not available
Download: http://www.moonwolf.com/ruby/archive/find-iter-0.0.20070322.tar.gz
License: Ruby's
Dependency:
None
Description:

External Iterator version 'find'

find1 = FindIterator.new(ARGV.shift)
find2 = FindIterator.new(ARGV.shift)
while path = find1.next
puts path
puts find2.next
end

Edit this project (for project owner)

back to RAA top