| |
| | The Ruby Language FAQ (Site not responding. Last check: 2007-10-02) |
 | | Ruby, like Smalltalk, only supports single inheritance, but it does have a very powerful mixin concept: a class definition may include a module, which inserts that module's methods, constants, etc. into the class. |
 | | During the parse, Ruby sees the use of ``a'' in the first print statement and, as it hasn't yet seen any assignment to ``a'', assumes that it is a method call. |
 | | Ruby's continuations allow you to create an object representing a place in a Ruby program, and then return to that place at any time (even if it has apparently gone out of scope). |
| www.rubycentral.com /faq/rubyfaqall.html (8949 words) |
|