14156 ----- Issue 4832: Ring enhancements http://code.google.com/p/pharo/issues/detail?id=4832 * A compiled method can generate an (active, passive and historical) ring method separately. * CompiledMethod>>asRingDefinition will retrieve an active ring method. * Active, passive and historical ring methods are better managed in Ring. The same logic was added to comment classes. * An active method/comment can become passive or historical. * #asFullRingDefinition was included in smalltalk classes, traits and methods. * smalltalk classes and traits allow to generate ring objects traversing superclasses/subclasses, and even retrieving their ring packages. Not everything is generated at once, the user specifies which objects are needed. * tests included -- Marcus Denker -- http://marcusdenker.de