Actions
Feature #14559
closedENV.slice
Feature #14559:
ENV.slice
Description
I would like to request ENV.slice, which should behave analogous to Hash#slice.
ENV.slice("PATH", "FOO")
# => {"PATH" => "/foo:/bar", "FOO" => "foo"}
Files
Actions