module Kernel
Public Instance Methods
git(command)
click to toggle source
# File lib/git/branch/stray.rb, line 21 def git(command) `git #{command}`.split($RS).each(&:strip!) end
# File lib/git/branch/stray.rb, line 21 def git(command) `git #{command}`.split($RS).each(&:strip!) end