Linux heracles.o2switch.net 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
/
opt
/
alt
/
ruby27
/
share
/
ri
/
system
/
Thread
/
//opt/alt/ruby27/share/ri/system/Thread/fetch-i.ri
U:RDoc::AnyMethod[iI" fetch:ETI"Thread#fetch;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"BReturns a fiber-local for the given key. If the key can't be ;TI"Hfound, there are several options: With no other arguments, it will ;TI"Graise a KeyError exception; if <i>default</i> is given, then that ;TI"Ewill be returned; if the optional code block is specified, then ;TI"Bthat will be run and its result returned. See Thread#[] and ;TI"Hash#fetch.;T: @fileI" thread.c;T:0@omit_headings_from_table_of_contents_below0I"ethr.fetch(sym) -> obj thr.fetch(sym) { } -> obj thr.fetch(sym, default) -> obj ;T0[ I"(*args);T@FI"Thread;TcRDoc::NormalClass00