Module: Kernel

Defined in:
lib/xqsr3/extensions/kernel/raise_with_options.rb

Instance Method Summary collapse

Instance Method Details

#raise_with_options(*args, **options) ⇒ Object

Extends Kernel module with the ::Xqsr3::Diagnostics::ExceptionUtilities::raise_with_options method



59
60
61
62
63
64
# File 'lib/xqsr3/extensions/kernel/raise_with_options.rb', line 59

def raise_with_options *args, **options

	options	||=	{}

	::Xqsr3::Diagnostics::ExceptionUtilities.raise_with_options *args, **(options.merge({ :called_indirectly_06d353cb_5a6c_47ca_8dbe_ff76359c7e96 => 1}))
end