Nice! Ruby takes the first letter from every string and compares them. The lowercase alphabet is stored from smallest to largest, so "h" is less than "t".
"h"
"t"
Whoops! Not quite in the order you'd think, huh?