method

chr

v1_8_6_287 - 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"