method

chr

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

Returns a string containing the character represented by the receiver’s value according to encoding.

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