tfpt review “/shelveset:Arrays;REDMOND\tomat”
Improves implementation of RubyArray. RubyArray now delegates to a list
instead of deriving from it. It also implements IRubyObjectState and
maintains version, tainted and frozen flag.
Fixes some of the failures reported in
http://ironruby.codeplex.com/WorkItem/View.aspx?WorkItemId=1626.
Tomas