# File lib/rhc/wizard.rb, line 157 def existing_keys_info return unless ssh_keys indent{ ssh_keys.each{ |key| paragraph{ display_key(key) } } } end