# File lib/sass/importers/filesystem.rb, line 53 def eql?(other) !other.nil? && other.respond_to?(:root) && root.eql?(other.root) end