/spec/tags/core/kernel/catch_tags.txt
Plain Text | 7 lines | 7 code | 0 blank | 0 comment | 0 complexity | 5cacac8efb9173d0c8134c890ea1ad20 MD5 | raw file
Possible License(s): LGPL-2.1
1fails:Kernel.catch passes the given symbol to its block 2fails:Kernel.catch passes a symbol converted from the given string to its block 3fails:Kernel.catch raises an ArgumentError if a Symbol is thrown for a String catch value 4fails:Kernel.catch raises an ArgumentError if a String with different identity is thrown 5fails:Kernel.catch accepts an object as an argument 6fails:Kernel.catch yields an object when called without arguments 7fails:Kernel#catch is a private method