Class: Hash

Inherits:
Object show all
Defined in:
sig/lib/_internal/rails.rbs

Instance Method Summary collapse

Instance Method Details

#deep_merge!self

Parameters:

Returns:

  • (self)


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

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

#with_defaultsself

Parameters:

Returns:

  • (self)


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

def with_defaults: (instance | ActiveSupport::HashWithIndifferentAccess[K, V] other) -> self

#with_indifferent_accessActiveSupport::HashWithIndifferentAccess[K, V]



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

def with_indifferent_access: () -> ActiveSupport::HashWithIndifferentAccess[K, V]