Class: UniverseCompiler::Package::Base
- Inherits:
-
Object
- Object
- UniverseCompiler::Package::Base
- Includes:
- Bootstrap, Utils::WithUniqueName
- Defined in:
- lib/universe_compiler/package.rb
Constant Summary
Constants included from Bootstrap
UniverseCompiler::Package::Bootstrap::DEFAULT_BOOTSTRAP_FILE
Instance Attribute Summary
Attributes included from Bootstrap
Instance Method Summary collapse
-
#initialize(path = nil) ⇒ Base
constructor
A new instance of Base.
Methods included from Bootstrap
#bootstrap_file, #load, #path_valid?
Methods included from Utils::WithUniqueName
Constructor Details
#initialize(path = nil) ⇒ Base
Returns a new instance of Base.
10 11 12 |
# File 'lib/universe_compiler/package.rb', line 10 def initialize(path = nil) self.path = path end |