class Hash

def reverse_merge!(other_hash)

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

def reverse_merge!: (Hash other_hash) -> untyped

This signature was generated using 2 samples from 1 application.

Destructive +reverse_merge+.
def reverse_merge!(other_hash)
  replace(reverse_merge(other_hash))
end