Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Standard Library Reference for Ruby

Tags:

reference

ruby

I need a good reference for how to use standard Libraries in Ruby. Current libraries do not describe or give examples like say Java's. Yet this is where examples are much more needed (in Ruby), because I am not familiar with what the called method will yield! I am left with having to look at the source files every time, which seems inefficient. What is a good standard library reference... or am I just not understanding blocks yet?

like image 986
Zombies Avatar asked Mar 24 '26 15:03

Zombies


1 Answers

I find myself bouncing around between the ruby core API on ruby-doc.org, googling for answers on random blogs, and spending time testing ideas in the interactive interpreter (irb). I haven't seen any other core reference documentation that I liked, but I do have a copy of The Ruby Way and its pretty decent.

Betweeen these four sources I can almost always find out how to solve the problem I'm working on.

Best of luck - ruby is fun, frustrating, and powerful.

like image 160
Sam Post Avatar answered Mar 27 '26 04:03

Sam Post



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!