class SassListen::Change::Config

def silenced?(path, type)

def silenced?(path, type)
  @silencer.silenced?(Pathname(path), type)
end