/spec/tags/core/kernel/catch_tags.txt

http://github.com/MagLev/maglev · Plain Text · 7 lines · 7 code · 0 blank · 0 comment · 0 complexity · 5cacac8efb9173d0c8134c890ea1ad20 MD5 · raw file

  1. fails:Kernel.catch passes the given symbol to its block
  2. fails:Kernel.catch passes a symbol converted from the given string to its block
  3. fails:Kernel.catch raises an ArgumentError if a Symbol is thrown for a String catch value
  4. fails:Kernel.catch raises an ArgumentError if a String with different identity is thrown
  5. fails:Kernel.catch accepts an object as an argument
  6. fails:Kernel.catch yields an object when called without arguments
  7. fails:Kernel#catch is a private method