class Dapp::Dimg::Build::Stage::Install::GAPostInstallPatch

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/install/ga_post_install_patch.rb, line 9
def initialize(dimg, next_stage)
  @prev_stage = Install.new(dimg, self)
  super
end

Public Instance Methods