module Sprockets::Configuration
def config=(config)
def config=(config) raise TypeError, "can't assign mutable config" unless config.frozen? @config = config end
def config=(config) raise TypeError, "can't assign mutable config" unless config.frozen? @config = config end