tfpt review “/shelveset:MO-RubyActions-Subclasses;REDMOND\tomat”
Comment :
Switches the rest of the Ruby custom actions to MetaObjects.
Fixes subclass creation in mutable string operations. MRI doesn’t
invoke “new” nor “initialize” to create the resulting string in string
operations.
Fixes class and subclass construction of Proc to match MRI.
Tomas