From: ara.t.howard@... Date: 2006-08-09T13:14:25+09:00 Subject: why doesn't Array include Comparable why __wouldn't__ one want this? harp:~ > cat a.rb a = 0,1,2 b = 2,3,4 p a < b rescue puts "can't do that!" class Array; include Comparable; end p a < b harp:~ > ruby a.rb can't do that! true ?? -a -- to foster inner awareness, introspection, and reasoning is more efficient than meditation and prayer. - h.h. the 14th dali lama