# File lib/rhc/wizard.rb, line 553 def greeting_stage paragraph do say "Starting Interactive Setup for OpenShift's command line interface" end paragraph do say "We'll help get you setup with just a couple of questions. " \ "You can skip this in the future by copying your config's around:" end paragraph do say " #{@config_path}" say " #{RHC::Config.home_dir}/.ssh/" end true end