Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
self
/
root
/
proc
/
thread-self
/
root
/
opt
/
ruby-2.6
/
usr
/
share
/
ri
/
2.6.0
/
system
/
Thread
/
//proc/self/root/proc/thread-self/root/opt/ruby-2.6/usr/share/ri/2.6.0/system/Thread/fetch-i.ri
U:RDoc::AnyMethod[iI" fetch:ETI"Thread#fetch;TF:publico: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"Craise a <code>KeyError</code> exception; if <i>default</i> is ;TI"Fgiven, then that will be returned; if the optional code block is ;TI"?specified, then that will be run and its result returned. ;TI""See Thread#[] and 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