Libraries
»
git
(1.5.0)
»
Index
»
Git
»
Branch
»
#stashes
Method: Git::Branch#stashes
Defined in:
lib/git/branch.rb
#
stashes
⇒
Object
22 23 24
# File 'lib/git/branch.rb', line 22
def
stashes
@stashes
||=
Git
::
Stashes
.
new
(
@base
)
end