Skip to content

Instantly share code, notes, and snippets.

@mariokostelac
Last active August 13, 2017 15:16
Show Gist options
  • Select an option

  • Save mariokostelac/819898fc2f5675667547544664b6d277 to your computer and use it in GitHub Desktop.

Select an option

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