Mega Code Archive
Categories
/
Ruby
/
String
Append the output to an array
out = [] "myValue".each_byte { |b| p out << b} p out