module SRC::Git

Public Class Methods

fetch() click to toggle source
# File lib/src/git.rb, line 3
def self.fetch
  raise 'fetch failed' unless system('git fetch -q')
end