Skip to content

Instantly share code, notes, and snippets.

@SkylerRogers
Last active August 29, 2015 14:25
Show Gist options
  • Save SkylerRogers/94d7cd7e9c5b4bf7651f to your computer and use it in GitHub Desktop.
Save SkylerRogers/94d7cd7e9c5b4bf7651f to your computer and use it in GitHub Desktop.
Remembering Why I Love Ruby - Alphanumeric Sorting and Incrementing
["1a", "3", "1b", "2a", "3a", "2b", "1"].sort
"1a".next
"1az".next
"1aaz".next
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment