Class: Pod::Command::Githooks

Inherits:
Pod::Command show all
Defined in:
lib/command/githooks.rb

Instance Method Summary collapse

Instance Method Details

#runObject



19
20
21
22
# File 'lib/command/githooks.rb', line 19

def run
	githooks = CocoapodsGitHooks::GitHooksSynctool.new()
	githooks.sync()
end