class ComplexConfig::Provider

def initialize

def initialize
  @plugins     = Set.new
  @deep_freeze = true
end