47 48 49 50
# File 'lib/inspec/resources/key_rsa.rb', line 47 def private_key return if @key.nil? @key.to_s end