Skip to content

Instantly share code, notes, and snippets.

@naaman
Created March 26, 2014 19:57
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 naaman/9791852 to your computer and use it in GitHub Desktop.
Save naaman/9791852 to your computer and use it in GitHub Desktop.
wtf ruby
irb(main):001:0> cc = "\x91"
=> "\x91"
irb(main):002:0> cc.include?(cc)
=> false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment