[ruby-core:86374] [Ruby trunk Feature#14559][Assigned] ENV.slice

From: hsbt@...
Date: 2018-03-29 01:14:08 UTC
List: ruby-core #86374
Issue #14559 has been updated by hsbt (Hiroshi SHIBATA).

Status changed from Open to Assigned
Assignee set to matz (Yukihiro Matsumoto)

----------------------------------------
Feature #14559: ENV.slice
https://bugs.ruby-lang.org/issues/14559#change-71301

* Author: sawa (Tsuyoshi Sawada)
* Status: Assigned
* Priority: Normal
* Assignee: matz (Yukihiro Matsumoto)
* Target version: 
----------------------------------------
I would like to request `ENV.slice`, which should behave analogous to `Hash#slice`.

```ruby
ENV.slice("PATH", "FOO")
# => {"PATH" => "/foo:/bar", "FOO" => "foo"}
```

---Files--------------------------------
env_slice.patch (2.23 KB)


-- 
https://bugs.ruby-lang.org/

Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>

In This Thread

Prev Next