Method: Pocky::PackwerkLoader#initialize
- Defined in:
- lib/pocky/packwerk_loader.rb
#initialize(root_path, package_paths) ⇒ PackwerkLoader
Returns a new instance of PackwerkLoader.
10 11 12 13 14 |
# File 'lib/pocky/packwerk_loader.rb', line 10 def initialize(root_path, package_paths) @root_path = root_path @package_paths = package_paths @packages = {} end |