class NilAssertionError
Overview
Raised when a not_nil!
assertion fails.
"hello".index('x').not_nil! # raises NilAssertionError ("hello" does not contain 'x')
Raised when a not_nil!
assertion fails.
"hello".index('x').not_nil! # raises NilAssertionError ("hello" does not contain 'x')
Object