Method: Git::Branch#archive

Defined in:
lib/git/branch.rb

#archive(file, opts = {}) ⇒ Object



31
32
33
# File 'lib/git/branch.rb', line 31

def archive(file, opts = {})
  @base.lib.archive(@full, file, opts)
end