Skip to content

Instantly share code, notes, and snippets.

@mariokostelac
Last active August 13, 2017 15:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mariokostelac/819898fc2f5675667547544664b6d277 to your computer and use it in GitHub Desktop.
Save mariokostelac/819898fc2f5675667547544664b6d277 to your computer and use it in GitHub Desktop.
def process(arg1)
raise SomeDeepPackage::InvalidInputError.new(“#{arg1} is not negative”) if arg >= 0
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment