# File lib/sass/importers/filesystem.rb, line 16 def initialize(root) @root = File.expand_path(root) @same_name_warnings = Set.new end