Module: Construi::Config::Environment
Instance Method Summary collapse
Methods included from Files
Methods included from Image
#build, #image, #image_configured, #image_configured?
Instance Method Details
#parent ⇒ Object
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 |