# File lib/librarian/source/git/repository.rb, line 68 def clean! command = %w(clean -x -d --force --force) run!(command, :chdir => true) end