# File lib/heroku/command/keys.rb, line 69 def format_key_for_display(key) type, hex, local = key.strip.split(/\s/) [type, hex[0,10] + '...' + hex[-10,10], local].join(' ') end