I think I may have stumbled upon a minor bug in ranges.
on my system,
("Z".."AA").map returns []
while
"Z".succ returns "AA"
"Z".upto("AA") also returns []
ruby 1.8.4 (2005-12-24) [i686-darwin8.6.1]
Is this a real bug, or am I expecting behavior that really shouldn't be
there?
_Kevin
--
Posted via http://www.ruby-forum.com/.