Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save krzysztofbialek/366865a2a4897a2f21266ea4723fd5af to your computer and use it in GitHub Desktop.

Select an option

Save krzysztofbialek/366865a2a4897a2f21266ea4723fd5af to your computer and use it in GitHub Desktop.
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