diff options
author | Levi Bostian <levi.bostian@gmail.com> | 2014-11-11 13:06:57 -0600 |
---|---|---|
committer | Levi Bostian <levi.bostian@gmail.com> | 2014-11-11 13:06:57 -0600 |
commit | 1c4cbd279e740f4782c62e75d1f4659447dc464a (patch) | |
tree | 5c4ae8d6f4524bcaf30e1202d36bcdac0b20ff58 /ruby.html.markdown | |
parent | 9ddc2d0a5b92974ac1614024b4586354a395482e (diff) |
Add colon to introduce the exception handling section
Diffstat (limited to 'ruby.html.markdown')
-rw-r--r-- | ruby.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby.html.markdown b/ruby.html.markdown index a1a2c77b..e58c513d 100644 --- a/ruby.html.markdown +++ b/ruby.html.markdown @@ -272,7 +272,7 @@ else end #=> "OK job" -# exception handling +# exception handling: begin # code here that might raise an exception raise NoMemoryError, 'You ran out of memory.' |