class ViewComponent::Compiler
def initialize(component)
def initialize(component) @component = component @redefinition_lock = Mutex.new @rendered_templates = Set.new end
def initialize(component) @component = component @redefinition_lock = Mutex.new @rendered_templates = Set.new end