Skip to content

Instantly share code, notes, and snippets.

@jpoz
Created January 9, 2013 23:33
Show Gist options
  • Save jpoz/4498021 to your computer and use it in GitHub Desktop.
Save jpoz/4498021 to your computer and use it in GitHub Desktop.
WTF Ruby
irb(main):021:0> m
=> "message"
irb(main):022:0> m.byteslice(0)
=> "s"
irb(main):023:0> "message".byteslice(0)
=> "m"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment