class String
def dasherize
Experimental RBS support (using type sampling data from the type_fusion project).
def dasherize: () -> String
This signature was generated using 39 samples from 2 applications.
'puni_puni'.dasherize # => "puni-puni"
Replaces underscores with dashes in the string.
def dasherize ActiveSupport::Inflector.dasherize(self) end