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

Public Class Methods

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