From: Vikrant Chaudhary Date: 2010-05-14T18:40:20+09:00 Subject: Range on strings. Hi, If I do - ('A'..'Z').include?('AA') It returns "true", while ('A'..'Z').to_a.include?('AA') (of course) returns "false". Is it intentional or possibly a bug? I'm using ruby 1.8.7 (2010-01-10 patchlevel 249) [x86_64-linux] on Ubuntu 10.04 x64