Skip to content

Instantly share code, notes, and snippets.

@marshallshen
Created June 12, 2013 19:18
Show Gist options
  • Save marshallshen/5768266 to your computer and use it in GitHub Desktop.
Save marshallshen/5768266 to your computer and use it in GitHub Desktop.
Strange cases in Ruby due to it's implementation
1.9.3p125 :018 > ""[0..1]
=> ""
1.9.3p125 :019 > ""[0]
=> nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment