# File lib/rhc/wizard.rb, line 58 def run stages.each do |stage| debug "Running #{stage}" if self.send(stage).nil? return nil end end true end