14 15 16 17 18
# File 'lib/condenser/environment.rb', line 14 def initialize(*args, **kws, &block) @loaded_processors = Set.new @context_class = Class.new(Condenser::Context) super end