Method: Git::Stashes#apply

Defined in:
lib/git/stashes.rb

#apply(index = nil)



33
34
35
# File 'lib/git/stashes.rb', line 33

def apply(index=nil)
  @base.lib.stash_apply(index)
end