SyntaxFix
Write A Post
Hire A Developer
Questions
The abort function does this. For example:
abort
abort("Message goes here")
Note: the abort message will be written to STDERR as opposed to puts which will write to STDOUT.
STDERR
puts
STDOUT