class ViewComponent::Base

def compiler

Experimental RBS support (using type sampling data from the type_fusion project).

def compiler: () -> ViewComponent::Compiler

This signature was generated using 1 sample from 1 application.

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