Skip to content

Instantly share code, notes, and snippets.

@KamilLelonek
Created March 11, 2016 15:20
Show Gist options
  • Save KamilLelonek/674be28dafbd9b7b71c8 to your computer and use it in GitHub Desktop.
Save KamilLelonek/674be28dafbd9b7b71c8 to your computer and use it in GitHub Desktop.
def div_check(x, y)
x / y
rescue ZeroDivisionError
raise Errors:UnsupportedMathematicOperation
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment