Jack Nagel 429caf69a9 Remove Array subclassing
Inheriting from Array (and other core types) is problematic:

  - It exposes a very wide interface with many methods that are not
    really relevant to the subclass.
  - It can cause some weird side effects, as many Array operations are
    in C and have hardcoded return values; for example, combining two
    array subclasses returns a new Array instead of the subclass.

Avoid these problems using delegation and the Enumerable module where
applicable.
2013-01-07 14:32:14 -06:00
..
2012-06-16 11:43:43 -05:00
2010-04-06 08:27:10 -07:00
2012-11-17 22:59:06 -06:00
2012-11-17 22:59:06 -06:00
2012-07-04 22:47:34 -05:00
2012-12-01 14:42:30 -06:00
2013-01-07 14:32:14 -06:00
2012-09-27 16:24:04 -05:00
2012-07-04 22:47:34 -05:00
2012-07-04 22:47:34 -05:00
2012-10-23 17:10:12 -05:00
2012-08-30 00:10:02 -05:00
2012-07-04 22:47:34 -05:00
2012-07-04 22:47:34 -05:00
2012-07-04 22:47:34 -05:00
2012-07-04 22:47:34 -05:00