module ActionView::Template::Handlers

def self.extensions

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

def self.extensions: () -> Array[Symbol]

This signature was generated using 2 samples from 1 application.

def self.extensions
  @@template_extensions ||= @@template_handlers.keys
end