class ViewComponent::Compiler

def variants

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

def variants: () -> untyped

This signature was generated using 1 sample from 1 application.

def variants
  @__vc_variants = (
    templates.map { |template| template[:variant] } + variants_from_inline_calls(inline_calls)
  ).compact.uniq
end