Skip to content

Instantly share code, notes, and snippets.

@taisyo7333
Last active January 24, 2016 09:16
Show Gist options
  • Save taisyo7333/1e1c4df861744866c8b9 to your computer and use it in GitHub Desktop.
Save taisyo7333/1e1c4df861744866c8b9 to your computer and use it in GitHub Desktop.
Ruby Exception rescue
# encoding: SJIS
def foo
-1 / 0
rescue
p 1
end
foo
# => 1
>ruby Code3-160.rb
ruby Code3-160.rb
1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment