> In Ruby, these functions are map, filter, and (confusingly!) inject The ruby I'm using right now (1.8.7) does not understand "filter", but it does have the equivalent called "select".
> In Ruby, these functions are map, filter, and (confusingly!) inject The ruby I'm using right now (1.8.7) does not understand "filter", but it does have the equivalent called "select".