Sha256: c88d2ff4fb662a2816cb7b90192b5fc05d3ee37b6cf300003baed14cb5d54459
Contents?: true
Size: 305 Bytes
Versions: 58
Compression:
Stored size: 305 Bytes
Contents
# frozen_string_literal: true require "etc" home_dir = (ENV["HOME"] && File.expand_path("~")) || Etc.getpwuid.dir || (ENV["USER"] && File.expand_path("~#{ENV['USER']}")) if home_dir global_config_path = File.join(home_dir, ".simplecov") load global_config_path if File.exist?(global_config_path) end
Version data entries
58 entries across 44 versions & 8 rubygems