# File lib/sass/rails/importer.rb, line 29
    def find_relative(name, base, options)
      if name =~ GLOB
        glob_imports(name, Pathname.new(base), options)
      else
        engine_from_path(name, File.dirname(base), options)
      end
    end