Mega Code Archive

 
Categories / Ruby / String
 

Representing Unprintable Characters

octal = "\000\001\010\020" octal.each_byte { |x| puts x }