# File lib/ramaze/files.rb, line 19 def initialize(*roots) @roots = roots.flatten.map{|root| File.expand_path(root.to_s) } sync end