class Build::Files::Paths

def initialize(list, roots = nil)

def initialize(list, roots = nil)
	@list = Array(list).freeze
	@roots = roots
end