Method: Updoc.git?

Defined in:
lib/updoc.rb

.git?Boolean

Returns:



14
15
16
# File 'lib/updoc.rb', line 14

def git?
  !`git --version`.nil?
end