class ViewComponent::Base

def __vc_compiler

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