Programming Ruby 2001 - David Thomas, Andrew Hunt This is an online version of the programming book showing how to use Ruby, a scripting language. Ruby Central
Ruby Home Page
Ruby: GCAndExtensions Jan, 2005 - Tim Sutherland This article gives an overview on Ruby's GC. It is especially interesting to note that it is able to search the C stack as well for references. Global C variables are included in the search by explicitly registering them with Ruby. |