Returns:
42 43 44 45
# File 'lib/inspec/resources/key_rsa.rb', line 42 def private? return if @key.nil? @key.private? end