Skip to content

Instantly share code, notes, and snippets.

@snowe2010
Created October 10, 2012 06:17
Show Gist options
  • Save snowe2010/3863462 to your computer and use it in GitHub Desktop.
Save snowe2010/3863462 to your computer and use it in GitHub Desktop.
Add 0s for 16 bits Ruby
binary.insert(0,'0') while binary.length < 15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment