String Ruby

out = [] 
"myValue".each_byte { |b| p out << b} 
p out