Class: UniverseCompiler::Package::Base

Inherits:
Object
  • Object
show all
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

#path

Instance Method Summary collapse

Methods included from Bootstrap

#bootstrap_file, #load, #path_valid?

Methods included from Utils::WithUniqueName

included, #name, #name=

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