# File lib/rhc/wizard.rb, line 45
    def run
      stages.each do |stage|
        # FIXME: cleanup if we fail
        if (self.send stage).nil?
          return nil
        end
      end
      true
    end