class ViewComponent::Compiler

def initialize(component)

def initialize(component)
  @component = component
  @lock = Mutex.new
end