HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/Ruby27-x64/lib/ruby/gems/2.7.0/doc/activesupport-7.0.4.2/ri/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 hash that includes everything except given keys.;To:RDoc::Markup::Verbatim;	[	I"*hash = { a: true, b: false, c: nil }
;TI"4hash.except(:c)     # => { a: true, b: false }
;TI")hash.except(:a, :b) # => { c: nil }
;TI"<hash                # => { a: true, b: false, c: nil }
;T:@format0o;
;	[I"[This is useful for limiting a set of parameters to everything but a few known toggles:;To;;	[I"3@person.update(params[:person].except(:admin));T;0:
@fileI"/lib/active_support/core_ext/hash/except.rb;T:0@omit_headings_from_table_of_contents_below000[I"(*keys);T@FI"	Hash;TcRDoc::NormalClass00