Class: ActiveSupport::HashWithIndifferentAccess

Inherits:
Hash
  • Object
show all
Defined in:
sig/lib/_internal/rails.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)


41
# File 'sig/lib/_internal/rails.rbs', line 41

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

#with_indifferent_accessself

Returns:

  • (self)


40
# File 'sig/lib/_internal/rails.rbs', line 40

def with_indifferent_access: () -> self