lib/cc/config/prepare.rb in codeclimate-0.85.27 vs lib/cc/config/prepare.rb in codeclimate-0.85.28

- old
+ new

@@ -32,9 +32,13 @@ def each(&block) entries.each(&block) end + def paths + entries.map(&:path) + end + def merge(other) Fetch.new(each.to_a | other.each.to_a) end private