Method: RHC::RerunWizard#finalize_stage

Defined in:
lib/rhc/wizard.rb

#finalize_stageObject



583
584
585
586
587
588
# File 'lib/rhc/wizard.rb', line 583

def finalize_stage
  section :top => 1 do
    success "Your client tools are now configured."
  end
  true
end