Sha256: ae0dfd9f03903d60ae3a2783362be4fcc7717e319ca2fef4dbe96ad876f8a4f7

Contents?: true

Size: 1.52 KB

Versions: 12

Compression:

Stored size: 1.52 KB

Contents

o:$YARD::CodeObjects::MethodObject:@scope:
instance:@visibility:public:
@pathI"Thread#abort_on_exception:EF:@parameters[:@files[[I"
thread.c;T0:@current_file_has_commentsF:
@name:abort_on_exception:@source_type:c:
@tags[:@docstringIC:YARD::Docstring"­Returns the status of the thread-local ``abort on exception'' condition for
<i>thr</i>. The default is <code>false</code>. See also
<code>Thread::abort_on_exception=</code>.;F:@objectIu:YARD::StubProxyThread#abort_on_exception;F:
@summary0:@ref_tags[;[o:YARD::Tags::OverloadTag
:@tag_nameI"
overload;F:
@text0;;:@types0:@signatureI"abort_on_exception;F;IC;";F;Iu;Thread#abort_on_exception;F;0;[;[o:YARD::Tags::Tag
;I"return;F;I";F;0;[I"Boolean;F;0:	@allI"@return [Boolean];F;[;Iu;Thread#abort_on_exception;F; I"āReturns the status of the thread-local ``abort on exception'' condition for
<i>thr</i>. The default is <code>false</code>. See also
<code>Thread::abort_on_exception=</code>.


@overload abort_on_exception
  @return [Boolean];F:@namespaceIu;Thread;F:@docstring_extra0:@sourceI"/*
 *  call-seq:
 *     thr.abort_on_exception   -> true or false
 *
 *  Returns the status of the thread-local ``abort on exception'' condition for
 *  <i>thr</i>. The default is <code>false</code>. See also
 *  <code>Thread::abort_on_exception=</code>.
 */

static VALUE
rb_thread_abort_exc(VALUE thread)
{
    rb_thread_t *th;
    GetThreadPtr(thread, th);
    return th->abort_on_exception ? Qtrue : Qfalse;
};F

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
pry-doc-0.4.4 lib/pry-doc/core_docs_19/objects/Thread/abort_on_exception_i.dat
pry-doc-0.4.3 lib/pry-doc/core_docs_19/objects/Thread/abort_on_exception_i.dat
pry-doc-0.4.2 lib/pry-doc/core_docs_19/objects/Thread/abort_on_exception_i.dat
pry-doc-0.4.1 lib/pry-doc/core_docs_19/objects/Thread/abort_on_exception_i.dat
pry-doc-0.4.0 lib/pry-doc/core_docs_19/objects/Thread/abort_on_exception_i.dat
pry-doc-0.3.0 lib/pry-doc/core_docs_19/objects/Thread/abort_on_exception_i.dat
pry-doc-0.2.4pre1 lib/pry-doc/core_docs_19/objects/Thread/abort_on_exception_i.dat
pry-doc-0.2.3pre1 lib/pry-doc/core_docs_19/objects/Thread/abort_on_exception_i.dat
pry-doc-0.2.1 lib/pry-doc/core_docs_19/objects/Thread/abort_on_exception_i.dat
pry-doc-0.2.0 lib/pry-doc/core_docs_19/objects/Thread/abort_on_exception_i.dat
pry-doc-0.1.5pre1 lib/pry-doc/core_docs_19/objects/Thread/abort_on_exception_i.dat
pry-0.6.9pre1-i386-mingw32 lib/pry/core_docs_19/objects/Thread/abort_on_exception_i.dat