File: //usr/share/ri/3.0.0/system/Hash/except-i.ri
U:RDoc::AnyMethod[iI"except:ETI"Hash#except;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"@Returns a new \Hash excluding entries for the given +keys+:;To:RDoc::Markup::Verbatim; [I"$h = { a: 100, b: 200, c: 300 }
;TI"2h.except(:a) #=> {:b=>200, :c=>300}
;T:@format0o;
; [I"5Any given +keys+ that are not found are ignored.;T:
@fileI"hash.c;T:0@omit_headings_from_table_of_contents_below0I"!hsh.except(*keys) -> a_hash
;T0[ I"(*args);T@FI" Hash;TcRDoc::NormalClass00