mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-29 12:00:32 +00:00
Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
@ -93,6 +93,10 @@ module GitlabSettings
|
||||
@options = to_hash.merge(other.deep_stringify_keys)
|
||||
end
|
||||
|
||||
def reverse_merge!(other)
|
||||
@options = to_hash.reverse_merge(other.deep_stringify_keys)
|
||||
end
|
||||
|
||||
def deep_merge(other)
|
||||
self.class.build(to_hash.deep_merge(other.deep_stringify_keys))
|
||||
end
|
||||
|
Reference in New Issue
Block a user