Method: Git::Lib#stash_list

Defined in:
lib/git/lib.rb

#stash_list

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.



1275
1276
1277
# File 'lib/git/lib.rb', line 1275

def stash_list
  command('stash', 'list')
end