Skip to content

Commit 79458f4

Browse files
authored
Merge pull request rails#54041 from zzak/fix-53754
Ensure rdoc picks up Hash#deep_merge! [ci skip]
2 parents c8335e1 + 51f731b commit 79458f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

activesupport/lib/active_support/core_ext/hash/deep_merge.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ class Hash
3636
#--
3737
# Implemented by ActiveSupport::DeepMergeable#deep_merge!.
3838

39+
##
3940
def deep_merge?(other) # :nodoc:
4041
other.is_a?(Hash)
4142
end

0 commit comments

Comments
 (0)