How to concatenate byte in Ruby
In Programming Ruby Second Edition (1.8), page 124, there is an example said
str2=""; str2 << 1 << 2 << 3 ; will produce "
In Programming Ruby Second Edition (1.8), page 124, there is an example said
str2=""; str2 << 1 << 2 << 3 ; will produce "