object that holds all the available stashes
# File lib/git/stashes.rb, line 39
39: def [](index)
40: @stashes[index.to_i]
41: end
# File lib/git/stashes.rb, line 22
22: def apply(index=nil)
23: @base.lib.stash_apply(index)
24: end
# File lib/git/stashes.rb, line 26
26: def clear
27: @base.lib.stash_clear
28: @stashes = []
29: end
# File lib/git/stashes.rb, line 35
35: def each(&block)
36: @stashes.each(&block)
37: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.