43 44 45 46
# File 'lib/resources/key_rsa.rb', line 43 def public_key return if @key.nil? @key.public_key.to_s end