DEV Community

Discussion on: Understanding Ruby - Enumerable - Iterating and Taking

Collapse
 
dalef profile image
Dale Flannery

Small typo,
"if you use it with one argument it returns the first element:"
should be like this
"if you use it without argument it returns the first element:"