class ViewComponent::Base

def compiler

Other tags:
    Private: -
def compiler
  @__vc_compiler ||= Compiler.new(self)
end