# File lib/buildr/core/filter.rb, line 77 def from(*sources) @sources |= sources.flatten.map { |dir| file(File.expand_path(dir.to_s)) } self end