Class: ActiveSupport::HashWithIndifferentAccess

Inherits:
Hash
  • Object
show all
Defined in:
sig/_private/rails_support.rbs

Instance Method Summary collapse

Methods inherited from Hash

#with_defaults

Instance Method Details

#deep_merge!self

Parameters:

  • other (instance, Hash[K, V])

Returns:

  • (self)


43
# File 'sig/_private/rails_support.rbs', line 43

def deep_merge!: (instance | Hash[K, V] other) -> self

#with_indifferent_accessself

Returns:

  • (self)


42
# File 'sig/_private/rails_support.rbs', line 42

def with_indifferent_access: () -> self