cheat sheets.

$ cheat exceptions
--- exceptions version 2	Sat Sep 12 06:27:23 -0700 2009
+++ exceptions version 3	Mon May 10 00:50:16 -0700 2010
@@ -1,30 +1,31 @@
 Exception
  NoMemoryError
  ScriptError
    LoadError
    NotImplementedError
    SyntaxError
  SignalException
    Interrupt
      Timeout::Error    # require 'timeout' for Timeout::Error
  StandardError         # caught by rescue if no type is specified
    ArgumentError
    IOError
      EOFError
    IndexError
    LocalJumpError
    NameError
      NoMethodError
    RangeError
      FloatDomainError
    RegexpError
    RuntimeError
    SecurityError
+   SocketError
    SystemCallError
    SystemStackError
    ThreadError
    TypeError
    ZeroDivisionError
  SystemExit
  fatal
( add new | see all )