# File lib/dotenv/environment.rb, line 24
def
apply!
each
{
|
k
,
v
|
ENV
[
k
] =
v
}
end