+ 2
Why does ruby have so many ways of doing the same thing!! It makes the language confusing
Ruby help
2 odpowiedzi
+ 2
It must seem flexible when get used
+ 1
They seem same , but there fundamentally different.
like each and map : they iterate, but return different value in certain condition.