Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
ruby / usr / share / ri / 2.2.0 / system / Thread / thread_variable%3f-i.ri
Size: Mime:
U:RDoc::AnyMethod[iI"thread_variable?:ETI"Thread#thread_variable?;TF:publico:RDoc::Markup::Document:@parts[	o:RDoc::Markup::Paragraph;	[I"MReturns +true+ if the given string (or symbol) exists as a thread-local ;TI"variable.;To:RDoc::Markup::BlankLineo:RDoc::Markup::Verbatim;	[	I"me = Thread.current
;TI"*me.thread_variable_set(:oliver, "a")
;TI".me.thread_variable?(:oliver)    #=> true
;TI"/me.thread_variable?(:stanley)   #=> false
;T:@format0o;
;	[I"NNote that these are not fiber local variables.  Please see Thread#[] and ;TI"1Thread#thread_variable_get for more details.;T:
@fileI"
thread.c;T:0@omit_headings_from_table_of_contents_below0I"2thr.thread_variable?(key)   -> true or false
;T0[I"	(p1);T@FI"Thread;TcRDoc::NormalClass00