Class: Pod::Command::Githooks
- Inherits:
-
Pod::Command
- Object
- Pod::Command
- Pod::Command::Githooks
- Defined in:
- lib/command/githooks.rb
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
19 20 21 22 |
# File 'lib/command/githooks.rb', line 19 def run githooks = CocoapodsGitHooks::GitHooksSynctool.new() githooks.sync() end |