class ActionView::Template

def method_name

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

def method_name: () -> untyped

This signature was generated using 2 samples from 1 application.

def method_name
  @method_name ||= begin
    m = +"_#{identifier_method_name}__#{@identifier.hash}_#{__id__}"
    m.tr!("-", "_")
    m
  end
end