Method: Git::Lib#stash_clear
- Defined in:
- lib/git/lib.rb
#stash_clear
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.
1271 1272 1273 |
# File 'lib/git/lib.rb', line 1271 def stash_clear command('stash', 'clear') end |