Back to Developer Roadmap

Fetching

src/data/roadmaps/ruby/content/fetching@PQX6c9h1O_p-ExDvC88zl.md

4.0674 B
Original Source

Fetching

Enumerable comes with some methods that allow you to retrieve entries from the Enumerable, without modifying it. This includes methods to get leading and trailing elements, extract minimum and maximum value elements, as well as conduct groups, slices, and partitions.

Visit the following resources to learn more: