class Dapp::Dimg::Build::Stage::AfterInstallArtifact

Public Class Methods

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