class Dapp::Dimg::GitRepo::Own
Public Class Methods
new(dapp)
click to toggle source
Calls superclass method
Dapp::Dimg::GitRepo::Local::new
# File lib/dapp/dimg/git_repo/own.rb, line 5 def initialize(dapp) super(dapp, 'own', dapp.path.to_s) end