Skip to content

Instantly share code, notes, and snippets.

@devyn
Forked from AnimaWish/gist:2288986
Created April 3, 2012 03:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devyn/2289016 to your computer and use it in GitHub Desktop.
Save devyn/2289016 to your computer and use it in GitHub Desktop.
example = ['banana', 'elephant', 'apple', 'friday', 'cocaine', 'damage']
parray = example.map { |str| str.each_byte.to_a }
puts parray
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment