Method: OpenSSL::X509::Name::RFC2253DN.expand_value
- Defined in:
- lib/openssl/x509.rb
.expand_value(str1, str2, str3) ⇒ Object
98 99 100 101 102 103 |
# File 'lib/openssl/x509.rb', line 98 def (str1, str2, str3) value = (str1) value, tag = (str2) unless value value = (str3) unless value return value, tag end |