Method: Git::Lib#clean

Defined in:
lib/git/lib.rb

#clean(opts = {})

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.



1221
1222
1223
1224
# File 'lib/git/lib.rb', line 1221

def clean(opts = {})
  args = build_args(opts, CLEAN_OPTION_MAP)
  command('clean', *args)
end