Anyone came across something like Dive Into Python for Ruby? Something that:
- Gets the language knowledge across by examples of real code that does something useful not just trivial one-liners
- Is ment for experienced programmers, not newbies (i.e. does not explain obvious stuff like object-orientation and what is a instance vs. class variable)
- starts with simple stuff and continues onto the really Ruby cutting-edge features like metaprogramming etc.
- Is fun to read
Please do not answer "pickaxe", since this is clearly nothing like Dive...