Module: Construi::Config::Environment

Includes:
Files, Image
Included in:
Global, Target
Defined in:
lib/construi/config.rb

Instance Method Summary collapse

Methods included from Files

#files, #files_configured?

Methods included from Image

#build, #image, #image_configured, #image_configured?

Instance Method Details

#parentObject



58
59
60
# File 'lib/construi/config.rb', line 58

def parent
  nil
end

#with_parent(or_else = nil) ⇒ Object



62
63
64
# File 'lib/construi/config.rb', line 62

def with_parent(or_else = nil)
  parent ? yield(parent) : or_else
end