File: C:/Ruby27-x64/share/ri/2.7.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"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