Method: Hercules::GitHandler#create_branches_dir
- Defined in:
- lib/git_handler.rb
#create_branches_dir ⇒ Object
Creates and then returns the path to branches’ link directory.
45 46 47 48 |
# File 'lib/git_handler.rb', line 45 def create_branches_dir FileUtils.mkdir_p branches_path branches_path end |