Skip to content

Instantly share code, notes, and snippets.

@kwstannard
Created September 17, 2019 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kwstannard/402c6efafeab96eedbf30910648c7200 to your computer and use it in GitHub Desktop.
Save kwstannard/402c6efafeab96eedbf30910648c7200 to your computer and use it in GitHub Desktop.
def set_env
around do |ex|
@old_env = ENV.to_h
yield ENV
ex.call
ENV.replace(ENV)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment