# File lib/sass/rails/importer.rb, line 37
    def find(name, options)
      if name =~ GLOB
        nil # globs must be relative
      else
        engine_from_path(name, root, options)
      end
    end