class Sass::Importers::Filesystem

def join(base, path)

def join(base, path)
  Pathname.new(base).join(path).to_s
end