# File lib/rhc/wizard.rb, line 27 def initialize(config) @config = config @config_path = config.config_path if @libra_server.nil? @libra_server = config['libra_server'] # if not set, set to default @libra_server = @libra_server ? @libra_server : "openshift.redhat.com" end end