Method: Git::Stashes#all
- Defined in:
- lib/git/stashes.rb
#all ⇒ Array
Returns an multi-dimensional Array of elements that have been stash saved. Array is based on position and name. See Example
24 25 26 |
# File 'lib/git/stashes.rb', line 24 def all @base.lib.stashes_all end |