Method: Vmit::FilesystemRegistry#initialize
- Defined in:
- lib/vmit/registry.rb
#initialize(base_path) ⇒ FilesystemRegistry
Returns a new instance of FilesystemRegistry.
171 172 173 |
# File 'lib/vmit/registry.rb', line 171 def initialize(base_path) @base_path = base_path end |