Method: Git::Lib#worktree_prune

Defined in:
lib/git/lib.rb

#worktree_prune

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



749
750
751
# File 'lib/git/lib.rb', line 749

def worktree_prune
  worktree_command('worktree', 'prune')
end