A PathList is an array containing 1..n paths. It is useful to regroup paths and make lookups on them.
path = PathList.new(ENV['PATH']) path.find 'env' #=> "/usr/bin/env" # This is already done when including the library $:.class #=> Array $:.extend PathList::Finder $:.find_ext = 'rb' $:.find 'uri' #=> "/usr/lib/ruby/1.8/uri.rb"
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.