Flowdock
chr() public

Returns a one-character string at the beginning of the string.

a = "abcde"
a.chr    #=> "a"
Show source
Register or log in to add new notes.