at(position)
Instance Public methods
If you pass a single Fixnum, returns a substring of one character at that
position. The first character of the string is at position 0, the next at
position 1, and so on. If a range is supplied, a substring containing
characters at offsets given by the range is returned. In both cases, if an
offset is negative, it is counted from the end of the string. Returns nil
if the initial offset falls outside the string. Returns an empty string if
the beg