Libraries
»
git
(4.3.1)
»
Index
»
Git
»
Stash
»
#save
Method: Git::Stash#save
Defined in:
lib/git/stash.rb
#
save
12 13 14
# File 'lib/git/stash.rb', line 12
def
save
@saved
=
@base
.
lib
.
stash_save
(
@message
)
end