Skip to content

Commit 798a0ac

Browse files
committed
Ruby Blanks challenge notes. 📖
1 parent fa304f3 commit 798a0ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1450,4 +1450,6 @@ puts hash_1.merge(hash_2) {|key,old,new| old * new } # {:a => 6, :b => 16, :c =>
14501450

14511451
Since `:b` also presents a `key` conflict even if they have the same values, the block logic also applies to it.
14521452

1453-
The merge method also has a `merge!` version which replaces the contents of a hash.
1453+
The merge method also has a `merge!` version which replaces the contents of a hash.
1454+
1455+
> There's a challenge available for this chapter: [Ruby Blanks](challenges/ruby-blanks.rb)

0 commit comments

Comments
 (0)