Class: RhoPackages::FileRepo

Inherits:
Repo show all
Defined in:
lib/build/rho_packages.rb

Instance Method Summary collapse

Methods inherited from Repo

#install

Constructor Details

#initialize(root_dir, repo_path) ⇒ FileRepo

Returns a new instance of FileRepo.



116
117
118
119
# File 'lib/build/rho_packages.rb', line 116

def initialize(root_dir, repo_path)
  super(root_dir)
  @repo_path = repo_path
end