class Dapp::Dimg::Build::Stage::BeforeSetup

Public Class Methods

new(dimg, next_stage) click to toggle source
Calls superclass method
# File lib/dapp/dimg/build/stage/before_setup.rb, line 6
def initialize(dimg, next_stage)
  @prev_stage = AfterInstallArtifact.new(dimg, self)
  super
end