Ruby Newbies - Method descriptions / documentation for strings, arrays and hashes | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 8

Ruby Newbies - Method descriptions / documentation for strings, arrays and hashes

If you are just getting started with programming the links below might be helpful. It took me a while to figure this out when I got started so I wanted to pay it forward. Method descriptions/documentation: String Methods: https://ruby-doc.org/core-2.5.3/String.html Array Methods: https://ruby-doc.org/core-2.5.3/Array.html#method-i-pop Hash Methods: https://ruby-doc.org/core-2.5.3/Hash.html Additional helpful links: Operations precedence: https://ruby-doc.org/core-2.5.3/doc/syntax/precedence_rdoc.html Ruby documentation website: https://ruby-doc.org/ Hope this helps. Happy programming!

12th Nov 2018, 3:52 PM
Ana Lopez
Ana Lopez - avatar
2 Answers
+ 5
Ana Lopez Awesome selection of resources, thank you 👍
14th Nov 2018, 7:33 PM
Daniella
Daniella - avatar
+ 2
Edit: Instead of Zeal (see below) I now recommend Devdoc.io's desktop client as a free and open source alternative for windows, Mac & Linux. https://github.com/egoist/devdocs-desktop/blob/master/README.md ------ Great links. To go further, a very useful application to have on your dev machine is Zeal (Dash on macOs). It is an offline documentation browser that makes documentation reading so easy, its almost enjoyable. A daily driver of mine 🤓 https://zealdocs.org/ (win, Linux) https://kapeli.com/dash (Mac)
22nd Nov 2018, 1:08 PM
Nic!
Nic! - avatar