Hacker News new | ask | show | jobs
by rsanheim 25 days ago
filter is also just filter in ruby - aliased as select (and find_all) on Enumerable.
1 comments

facepalms

Weird that searching for it didn't yield any results, though I stand corrected. However it seems that select is the actual "root" of documentation. Filter sends to find_all, find_all sends to filter or select.