-
-
Save d0ppler/c7d1ffa9f00752baf41b to your computer and use it in GitHub Desktop.
unpack
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
input = gets.chomp.split( '' ) | |
puts input.unpack('B*') |
roobert
commented
Apr 16, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment