Class: Git::CleanRemote
- Inherits:
-
Thor::Group
- Object
- Thor::Group
- Git::CleanRemote
- Defined in:
- lib/git-cleanremote.rb
Defined Under Namespace
Instance Method Summary collapse
Instance Method Details
#clean ⇒ Object
17 18 19 |
# File 'lib/git-cleanremote.rb', line 17 def clean Cleaner.new(branch_name, ) end |