This is a small challenge to learn more about how blocks work in Ruby. Blocks are actually very similiar to methods. So let's think about methods for a second... You call a method with data - the ...
This is a small challenge to learn more about how blocks work in Ruby. Blocks are actually very similiar to methods. So let's think about methods for a second... You call a method with data - the ...