module ActionView::Template::Types

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

# sig/action_view/template/types.rbs

module ActionView::Template::Types
  def []: (Symbol type) -> untyped
end

def [](type)

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

def []: (Symbol type) -> untyped

This signature was generated using 1 sample from 1 application.

def [](type)
  type_klass[type]
end

def delegate_to(klass)

def delegate_to(klass)
  self.type_klass = klass
end

def symbols

def symbols
  type_klass::SET.symbols
end