Class: GitHelper::Setup

Inherits:
Object
  • Object
show all
Defined in:
lib/git_helper/setup.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



5
6
7
8
# File 'lib/git_helper/setup.rb', line 5

def execute
  execute_config_file
  execute_plugins
end