method

chr

v1_8_7_330 - Show latest stable - Class: Integer
chr()
public

Returns a string containing the ASCII character represented by the receiver’s value.

65.chr    #=> "A"
?a.chr    #=> "a"
230.chr   #=> "\346"