Class: Gemsmith::Aids::Git

Inherits:
Object
  • Object
show all
Defined in:
lib/gemsmith/aids/git.rb

Overview

A thin wrapper to Git.

Class Method Summary collapse

Class Method Details

.config_value(key) ⇒ Object



5
6
7
# File 'lib/gemsmith/aids/git.rb', line 5

def self.config_value key
  `git config #{key}`.chomp
end