module T::Configuration
def self.soft_assert_handler=(value)
-
extra
(Hash
) -- A hash containing additional parameters to be passed along to the handler. -
str
(String
) -- Assertion message -
value
(Lambda, Proc, Object, nil
) -- Proc that handles the error
def self.soft_assert_handler=(value) validate_lambda_given!(value) @soft_assert_handler = value end