Skip to content

Commit

Permalink
fix: error build ruby 2.4,3,2: complain in prepend
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlHeitmann committed May 7, 2024
1 parent 41e3c21 commit 15627b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rspec/support/differ.rb
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def recursive_get_keys(hash)
if Hash === pair[1]
keys = recursive_get_keys(pair[1])
keys.each do |key|
key.prepend pair[0]
key.unshift pair[0]
acc << key
end
end
Expand Down

0 comments on commit 15627b7

Please sign in to comment.