Status Updates From The Ruby Programming Langua...
The Ruby Programming Language: Everything You Need to Know by
Status Updates Showing 1-19 of 19
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
Afzal Masood
is on page 59 of 446
3.2.6 String Encodings and Multibyte Characters
— Mar 27, 2016 10:31AM
Add a comment
Afzal Masood
is on page 45 of 446
3.1.4 Binary Floating-Point and Rounding Errors
— Jan 30, 2016 05:56AM
Add a comment
Jeremiah
is on page 42 of 446
Chapter 3: Data Types and Objects
— Mar 28, 2015 01:41PM
Add a comment
Douglas Mendes
is on page 190 of 446
This one is great ! Covers all of Ruby's features, I guess.
— Feb 01, 2011 09:25AM
Add a comment
كريم
is 26% done
الكتاب جميل جدًا ويشرح لك كيف تعمل أوامر اللغة.
— Nov 22, 2010 10:37AM
Add a comment


