module Sprockets::Configuration
def mutate_config(sym)
def mutate_config(sym) obj = yield self.instance_variable_get("@#{sym}").dup self.instance_variable_set("@#{sym}", obj.freeze) end
def mutate_config(sym) obj = yield self.instance_variable_get("@#{sym}").dup self.instance_variable_set("@#{sym}", obj.freeze) end