I want to stick raw bytes (0-255) into a variable.

This will work in Ruby 1.8 since that it always assumes that the
characters in strings are exactly bytes. But I'm not sure about Ruby
1.9 as it has per-string character encodings.