class DtkCommon::GitRepo::Adapter::Rugged::Obj

Public Class Methods

new(repo_branch) click to toggle source
# File lib/git_repo/adapters/rugged/common.rb, line 45
def initialize(repo_branch)
  @repo_branch = repo_branch
end