module Spoom::Git

def self.diff(*arg, path: ".")

def self.diff(*arg, path: ".")
  exec("git diff #{arg.join(' ')}", path: path)
end