Remove assigned but unused variables

This commit is contained in:
Wei Lu
2013-02-28 18:59:58 +08:00
parent 1a073e5db5
commit aa3c83f044
4 changed files with 6 additions and 6 deletions

View File

@@ -48,7 +48,7 @@ class AboutExceptions < EdgeCase::Koan
result = nil
begin
fail "Oops"
rescue StandardError => ex
rescue StandardError
# no code here
ensure
result = :always_run