method

chr

v2_2_9 - Show latest stable - Class: Integer
chr(*args)
public

Returns a string containing the character represented by the int's value according to encoding.

65.chr    #=> "A"
230.chr   #=> "\346"
255.chr(Encoding::UTF_8)   #=> "\303\277"