Method: Git::Stash#initialize
- Defined in:
- lib/git/stash.rb
#initialize(base, message, existing = false) ⇒ Stash
Returns a new instance of Stash.
4 5 6 7 8 |
# File 'lib/git/stash.rb', line 4 def initialize(base, , existing=false) @base = base = save unless existing end |