Class: RhoPackages::FileRepo
Instance Method Summary collapse
-
#initialize(root_dir, repo_path) ⇒ FileRepo
constructor
A new instance of FileRepo.
Methods inherited from Repo
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 |