# File lib/sass/importers/filesystem.rb, line 62 def remove_root(name) if name.index(@root + "/") == 0 name[(@root.length + 1)..-1] else name end end