Table of Contents | ||
---|---|---|
|
each
Like a loop, you can iterate over a list using the built-in #each
helper. Inside the block, you can use this to reference the element being iterated over.
...
Table of Contents | ||
---|---|---|
|
Like a loop, you can iterate over a list using the built-in #each
helper. Inside the block, you can use this to reference the element being iterated over.
...