Skip to content

Instantly share code, notes, and snippets.

@Deradon
Deradon / keybase.md
Created April 11, 2016 11:39
keybase.md

Keybase proof

I hereby claim:

  • I am deradon on github.
  • I am deradon (https://keybase.io/deradon) on keybase.
  • I have a public key ASDFN4LtplWTjsgQj6hYnDzKYpzOJmp840GkZnaf3J1sHgo

To claim this, I am signing this object:

class SimpleGit
def self.git(method_name, cmd = nil)
define_method(method_name) do |args|
if cmd
git("#{cmd} #{args}")
else
git("#{method_name} #{args}")
end
end
end