class ViewComponent::Compiler

def compiled?

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

def compiled?: () -> bool

This signature was generated using 65 samples from 4 applications.

def compiled?
  CompileCache.compiled?(component_class)
end