Class: Hash
Instance Method Summary
collapse
Instance Method Details
#deep_merge! ⇒ self
3
|
# File 'sig/lib/_internal/rails.rbs', line 3
def deep_merge!: (instance | ActiveSupport::HashWithIndifferentAccess[K, V] other) -> self
|
#with_defaults ⇒ self
4
|
# File 'sig/lib/_internal/rails.rbs', line 4
def with_defaults: (instance | ActiveSupport::HashWithIndifferentAccess[K, V] other) -> self
|
2
|
# File 'sig/lib/_internal/rails.rbs', line 2
def with_indifferent_access: () -> ActiveSupport::HashWithIndifferentAccess[K, V]
|