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/7a68dba1077a5b6bfce10d0bb3fedb20 to your computer and use it in GitHub Desktop.
Save mariokostelac/7a68dba1077a5b6bfce10d0bb3fedb20 to your computer and use it in GitHub Desktop.
def process(arg1)
raise SomeDeepPackagr::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