Ruby Blocks
| rubyI read about different ways to use blocks in Ruby aside from passing them to enumerators for iteration. Here, a block is used to set a bunch of different attributes for a hero.
I read about different ways to use blocks in Ruby aside from passing them to enumerators for iteration. Here, a block is used to set a bunch of different attributes for a hero.