Skip to content

Instantly share code, notes, and snippets.

@geta6
Created October 19, 2012 05:18
Show Gist options
  • Save geta6/3916371 to your computer and use it in GitHub Desktop.
Save geta6/3916371 to your computer and use it in GitHub Desktop.
nodejsでバイトアレイを作るよー^O^ノ
Buffer.prototype.toByteArray = ->
Array.prototype.slice.call @, 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment