зеркало из https://github.com/github/ruby.git
Fix `ENV.except`'s docs
This commit is contained in:
Родитель
dead747874
Коммит
cdb5258bec
4
hash.c
4
hash.c
|
@ -6332,8 +6332,8 @@ env_to_h(VALUE _)
|
|||
*
|
||||
* Returns a hash except the given keys from ENV and their values.
|
||||
*
|
||||
* ENV #=> {"LANG"="en_US.UTF-8", "TERM"=>"xterm-256color", "HOME"=>"/Users/rhc"}
|
||||
* ENV.except("TERM","HOME") #=> {"LANG"="en_US.UTF-8"}
|
||||
* ENV #=> {"LANG"=>"en_US.UTF-8", "TERM"=>"xterm-256color", "HOME"=>"/Users/rhc"}
|
||||
* ENV.except("TERM","HOME") #=> {"LANG"=>"en_US.UTF-8"}
|
||||
*/
|
||||
static VALUE
|
||||
env_except(int argc, VALUE *argv, VALUE _)
|
||||
|
|
Загрузка…
Ссылка в новой задаче