Sha256: 63cc148c35f30fa3b1f0e28b9afee7c3c34e93c1d984b5b8528761a80e74f3bf
Contents?: true
Size: 784 Bytes
Versions: 12
Compression:
Stored size: 784 Bytes
Contents
o:$YARD::CodeObjects::MethodObject:@scope: class:@visibility:public: @pathI"Thread.new:EF:@parameters[ :@files[[I" thread.c;T0:@current_file_has_commentsF: @name:new:@source_type:c: @tags[ :@docstringIC:YARD::Docstring":nodoc:;F:@objectIu:YARD::StubProxyThread.new;F: @summary0:@ref_tags[ ;[ : @allI":nodoc:;F:@namespaceIu;Thread;F:@docstring_extra0:@sourceI"y/* :nodoc: */ static VALUE thread_s_new(int argc, VALUE *argv, VALUE klass) { rb_thread_t *th; VALUE thread = rb_thread_alloc(klass); rb_obj_call_init(thread, argc, argv); GetThreadPtr(thread, th); if (!th->first_args) { rb_raise(rb_eThreadError, "uninitialized thread - check `%s#initialize'", rb_class2name(klass)); } return thread; };F
Version data entries
12 entries across 12 versions & 2 rubygems