Code Review: RubyClrInterop03

tfpt review “/shelveset:RubyClrInterop03;REDMOND\curth”

Comment :
More Ruby CLR interop:
Allow Ruby classes to implement / override virtual methods found
in CLR base classes, including those from interfaces
Support “super” calls on virtual methods

The bulk of the new code is in ClsTypeEmitter.cs, which was largely
derived from (and can be compared to) IronPython’s NewTypeMaker.cs.