Mega Code Archive

 
Categories / Ruby / String
 

Convert each decimal to its character equivalent with Integers chr method

"myValue".each_byte { |b| print b.chr, "/" }