File: //usr/share/ri/3.0.0/system/ENV/except-c.ri
U:RDoc::AnyMethod[iI"except:ETI"ENV::except;TT:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"DReturns a hash except the given keys from ENV and their values.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"kENV #=> {"LANG"=>"en_US.UTF-8", "TERM"=>"xterm-256color", "HOME"=>"/Users/rhc"}
;TI":ENV.except("TERM","HOME") #=> {"LANG"=>"en_US.UTF-8"};T:@format0:
@fileI"hash.c;T:0@omit_headings_from_table_of_contents_below0I"!ENV.except(*keys) -> a_hash
;T0[ I"(*args);T@FI"ENV;TcRDoc::NormalClass00