class EacRubyUtils::Ruby::OnCleanEnvironment

def on_clean_envvars

def on_clean_envvars
  ::Bundler.send('with_env', clean_env) { block.call }
end