class Rake::FileList
def *(other)
def *(other) result = @items * other case result when Array self.class.new.import(result) else result end end
def *(other) result = @items * other case result when Array self.class.new.import(result) else result end end