# File lib/hike/index.rb, line 150 def paths_contain?(dirname) paths.any? { |path| dirname.to_s[0, path.length] == path } end