# File lib/cucumber/cli/configuration.rb, line 113 def feature_dirs paths.map { |f| File.directory?(f) ? f : File.dirname(f) }.uniq end