Status Updates From The Ruby Programming Langua...
The Ruby Programming Language: Everything You Need to Know by
Status Updates Showing 91-120 of 329
Cayla Green
is 20% done
So far I'm finding this to be a valuable read. It would have been nice to read this at the start of my career and revisit intermittently. I guarantee I will read this again later as refresher. You learn so much and forget why things work the way they do in Ruby, or any language for that matter. Great book for all skill levels.
— Feb 07, 2018 01:00PM
Add a comment
Nathan Struhs
is on page 95 of 446
def remove_dups(string)
(string.split('') | []).join
end
# YES
— Jun 20, 2017 10:21AM
Add a comment
(string.split('') | []).join
end
# YES











