DEV Community

Discussion on: 4 lesser known ways to use Ruby’s Enumerable module

Collapse
 
darkwiiplayer profile image
𒎏Wii 🏳️‍⚧️

Enumerable#lazy probably deserves its own article. It's a great feature if you want your code to be nice to read but still somewhat performant.

Collapse
 
coreyja profile image
Corey Alexander

Ya this is the one that was new to me from the list! Would love to read an article on it alone