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:
I hereby claim:
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 |