Method: SystemCallError.===

Defined in:
error.c

.===(other) ⇒ Boolean

Return true if the receiver is a generic SystemCallError, or if the error numbers self and other are the same.

Returns:

  • (Boolean)


949
950
951
# File 'error.c', line 949

static VALUE
syserr_eqq(self, exc)
VALUE self, exc;