class ActionView::TemplateDetails

def initialize(locale, handler, format, variant)

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

def initialize: (nil locale, Symbol handler, Symbol format, nil variant) -> void

This signature was generated using 1 sample from 1 application.

def initialize(locale, handler, format, variant)
  @locale = locale
  @handler = handler
  @format = format
  @variant = variant
end