>>>>> "M" == Mathieu Bouchard <matju / cam.org> writes:

M> k=0; ("A".."k").each{|x|k+=1}; k
M> I expected 11, I got 26. Why is that?

 why 11 ?

 You have 11 with ("A".."K")

Guy Decoux