# File lib/compass/actions.rb, line 84 def relativize(path) if path.index(working_path+File::SEPARATOR) == 0 path[(working_path+File::SEPARATOR).length..-1] elsif block_given? yield path else path end end