Skip to content

Instantly share code, notes, and snippets.

@vincentchu
Created May 18, 2011 22:24
Show Gist options
  • Save vincentchu/979734 to your computer and use it in GitHub Desktop.
Save vincentchu/979734 to your computer and use it in GitHub Desktop.
pop_quiz_asshole.rb
begin
raise "THIS IS WEIRD?"
rescue ex
puts "EX = #{ex.message}"
end
# => undefined local variable or method `ex' for main:Object (NameError)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment