class Dapp::Dimg::Build::Stage::Setup::GAPreSetupPatch
Public Class Methods
new(dimg, next_stage)
click to toggle source
Calls superclass method
Dapp::Dimg::Build::Stage::Base::new
# File lib/dapp/dimg/build/stage/setup/ga_pre_setup_patch.rb, line 9 def initialize(dimg, next_stage) @prev_stage = BeforeSetupArtifact.new(dimg, self) super end