File: //usr/share/ri/3.0.0/system/Hash/slice-i.ri
U:RDoc::AnyMethod[iI"
slice:ETI"Hash#slice;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"LReturns a new \Hash object containing the entries for the given +keys+:;To:RDoc::Markup::Verbatim; [I""h = {foo: 0, bar: 1, baz: 2}
;TI"1h.slice(:baz, :foo) # => {:baz=>2, :foo=>0}
;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"#hash.slice(*keys) -> new_hash
;T0[ I"(*args);T@FI" Hash;TcRDoc::NormalClass00