Method: UniverseCompiler::Package::Base#initialize

Defined in:
lib/universe_compiler/package.rb

#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