Returns:
48 49 50 51
# File 'lib/resources/key_rsa.rb', line 48 def private? return if @key.nil? @key.private? end