class Dapp::Dimg::Build::Stage::Install::GAPreInstallPatch
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_pre_install_patch.rb, line 9 def initialize(dimg, next_stage) @prev_stage = GAArchive.new(dimg, self) super end