class ActionView::Template

def identifier_method_name

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

def identifier_method_name: () -> String

This signature was generated using 3 samples from 1 application.

def identifier_method_name
  short_identifier.tr("^a-z_", "_")
end