Code Review: mo6

tfpt review “/shelveset:mo6;REDMOND\tomat”

Preparation for meta-objects support in IronRuby.

Replaces OldInvokeMemberAction by Ruby specific RubyCallAction. Uses
this new action for all Ruby call sites.
ArgumentKind.Block is not needed anymore in DLR, so it could be
removed (this shelveset doesn’t touch DLR though).
Refactors RubyBinder and rule generators.
Adds meta-object classes for some Ruby classes (they are not used
yet).

Tomas