Created
August 10, 2016 14:14
-
-
Save krzysztofbialek/366865a2a4897a2f21266ea4723fd5af to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def safe_sort(array) | |
array.sort | |
rescue Support::AllExceptionsExceptOnesWeMustNotRescue | |
array | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment