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) -> Mime::Type def delegate_to: ((Module | Class) klass) -> (Module | Class) def symbols: () -> Array[Symbol] end
def [](type)
Experimental RBS support (using type sampling data from the type_fusion
project).
def []: (Symbol type) -> Mime::Type
This signature was generated using 2 samples from 1 application.
def [](type) type_klass[type] end
def delegate_to(klass)
Experimental RBS support (using type sampling data from the type_fusion
project).
def delegate_to: ((Module | Class) klass) -> (Module | Class)
This signature was generated using 5 samples from 1 application.
def delegate_to(klass) self.type_klass = klass end
def symbols
Experimental RBS support (using type sampling data from the type_fusion
project).
def symbols: () -> Symbol | Symbol | Symbol | Symbol | Symbol | Symbol | Symbol | Symbol | Symbol | Symbol | Symbol | Symbol | Symbol | Symbol | Symbol | Symbol | Symbol | Symbol | Symbol | Symbol | Symbol | Symbol | Symbol | Symbol | Symbol | Symbol | Symbol | Symbol | Symbol | Symbol | Symbol | Symbol | Symbol | Symbol
This signature was generated using 6 samples from 1 application.
def symbols type_klass::SET.symbols end