class RHC::EmbeddedWizard

Public Instance Methods

finalize_stage() click to toggle source
# File lib/rhc/wizard.rb, line 592
def finalize_stage
  true
end
stages() click to toggle source
# File lib/rhc/wizard.rb, line 588
def stages
  super - APP_STAGES - KEY_STAGES - [:setup_test_stage]
end