class Hash
def stringify_keys!
Experimental RBS support (using type sampling data from the type_fusion
project).
def stringify_keys!: () -> untyped
This signature was generated using 1 sample from 1 application.
Destructively converts all keys to strings. Same as
def stringify_keys! transform_keys!(&:to_s) end