39 40 41 42
# File 'lib/resources/key_rsa.rb', line 39 def public_key return if @key.nil? @key.public_key.to_s end