Class: Git::CleanRemote

Inherits:
Thor::Group
  • Object
show all
Defined in:
lib/git-cleanremote.rb

Defined Under Namespace

Classes: Branch, Cleaner

Instance Method Summary collapse

Instance Method Details

#cleanObject



17
18
19
# File 'lib/git-cleanremote.rb', line 17

def clean
  Cleaner.new(branch_name, options)
end