class Sass::Plugin::Compiler

def initialize(opts = {})

Parameters:
  • opts ({Symbol => Object}) --
def initialize(opts = {})
  @watched_files = Set.new
  options.merge!(opts)
end