You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Array#map was introduced in Ruby 1.6. This was likely because map is a more common term than collect. It would be appropriate to add an NArray#map alias for NArray#collect to be more consistent to Array#collect.
Array#map
was introduced in Ruby 1.6. This was likely because map is a more common term than collect. It would be appropriate to add anNArray#map
alias forNArray#collect
to be more consistent toArray#collect
.Patch here: https://gist.github.com/zaeleus/5156053
The text was updated successfully, but these errors were encountered: