object that holds all the available stashes
# File lib/git/stashes.rb, line 39 def [](index) @stashes[index.to_i] end
# File lib/git/stashes.rb, line 22 def apply(index=nil) @base.lib.stash_apply(index) end
# File lib/git/stashes.rb, line 26 def clear @base.lib.stash_clear @stashes = [] end
# File lib/git/stashes.rb, line 35 def each(&block) @stashes.each(&block) end
Generated with the Darkfish Rdoc Generator 2.