Returns a one-character string at the beginning of the string.
a = "abcde" a.chr #=> "a"
Please login to continue.
Please login to continue.