Docs
- Ruby 1.8.7 Core API – Index of Classes & Methods
- Ruby 1.8.7 Standard Library Documentation
- Ruby 1.9.2 Core API – Index of Classes & Methods
- Ruby 1.9.2 Standard Library Documentation
- Ruby 1.9.3 Core API – Index of Classes & Methods
- Ruby 1.9.3 Standard Library Documentation
Explanations
- Ruby Parameter Passing
- Passing Multiple Arguments in Ruby: “*” is your friend
- 6 Ways to Run Shell Commands in Ruby
- Ruby Percent Syntax (Percent Functions)
- Shades of Gray: Articles in Character Encodings
- A Wealth Of Ruby Loops And Iterators
- 13 Ways of Looking at a Ruby Symbol
- Method visibility in Ruby
- Ruby dup vs clone
- Ruby – DUP vs CLONE
- Ruby Splat: Definitive example set in 1.8.6 and 1.9.1 (Aka ruby star, ruby unarray, ruby explode array)
- [Ruby Idioms] What is the splat/unary/asterisk operator useful for?