class Object

Constants

BranchAgeChecker
MergeInformation
MergeRacer

Public Instance Methods

command(cmd) click to toggle source
# File bin/git-race, line 9
def command(cmd)
  # quietly executes, but does tell you the exit status
  system("#{cmd} > /dev/null 2>&1")
end
query(cmd) click to toggle source
# File bin/git-race, line 5
def query(cmd)
  `#{cmd}`.chomp
end