# File lib/compass/commands/update_project.rb, line 141 def absolutize(*paths) paths.map {|path| File.expand_path(path) } end