class Sass::Importers::DeprecatedPath

def directories_to_watch

Other tags:
    See: Base#directories_to_watch -
def directories_to_watch
  # The current working directory was not watched in Sass 3.2,
  # so we continue not to watch it while it's deprecated.
  []
end