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.7
/
usr
/
share
/
ri
/
2.7.0
/
system
/
Hash
/
//proc/self/root/proc/thread-self/root/opt/ruby-2.7/usr/share/ri/2.7.0/system/Hash/reject-i.ri
U:RDoc::AnyMethod[iI"reject:ETI"Hash#reject;TF:publico:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [I"PReturns a new hash consisting of entries for which the block returns false.;To:RDoc::Markup::BlankLine o; ; [I"=If no block is given, an enumerator is returned instead.;T@o:RDoc::Markup::Verbatim; [I"0h = { "a" => 100, "b" => 200, "c" => 300 } ;TI"<h.reject {|k,v| k < "b"} #=> {"b" => 200, "c" => 300} ;TI"/h.reject {|k,v| v > 100} #=> {"a" => 100};T:@format0: @fileI"hash.c;T:0@omit_headings_from_table_of_contents_below0I"dhsh.reject {|key, value| block} -> a_hash hsh.reject -> an_enumerator ;T0[ I"();T@FI" Hash;TcRDoc::NormalClass00