summaryrefslogtreecommitdiff
path: root/code/snippets/abort_message.rb
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2013-08-28 07:20:13 -0600
committermo khan <mo@mokhan.ca>2013-08-28 07:20:13 -0600
commitdb1191ec0e7305d684383f8974e2fa437f77ad5a (patch)
tree5e27b197dff849d22d8e1f50eb75aa499b16bd06 /code/snippets/abort_message.rb
initial commitHEADmaster
Diffstat (limited to 'code/snippets/abort_message.rb')
-rw-r--r--code/snippets/abort_message.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/code/snippets/abort_message.rb b/code/snippets/abort_message.rb
new file mode 100644
index 0000000..131c055
--- /dev/null
+++ b/code/snippets/abort_message.rb
@@ -0,0 +1,4 @@
+# You can pass a message to Kernel#abort. This message will be printed
+# to STDERR before the process exits.
+abort "Something went horribly wrong."
+