class Jeweler::Generator::Options
def self.git_config
def self.git_config @git_config ||= if Pathname.new('~/.gitconfig').expand_path.exist? Git.global_config else {} end end
def self.git_config @git_config ||= if Pathname.new('~/.gitconfig').expand_path.exist? Git.global_config else {} end end