module Rubicon::Git

Public Instance Methods

git_command(str) click to toggle source
# File lib/rubicon/git.rb, line 3
def git_command(str)
  systemu(str).second
end