37 38 39 40 41 42 43
# File 'lib/caphir/searchpath.rb', line 37 def dup d = SearchPath.new @paths.each do |p| d << p end d end