# File lib/compass/exec.rb, line 74 def trim_trailing_separator(path) path[-1..-1] == File::SEPARATOR ? path[0..-2] : path end