Class: Peacock::StartupManager

Inherits:
Object
  • Object
show all
Defined in:
lib/peacock/startup_manager.rb

Class Method Summary collapse

Class Method Details

.check_peacock_requirementsObject



5
6
7
8
# File 'lib/peacock/startup_manager.rb', line 5

def self.check_peacock_requirements
  Git.check_git_existance
  Git.check_repo_existance
end