Flowdock
method

expand_value

Importance_0
v1_9_3_125 - Show latest stable - 0 notes - Class: RFC2253DN
expand_value(str1, str2, str3) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File ext/openssl/lib/openssl/x509-internal.rb, line 100
        def expand_value(str1, str2, str3)
          value = expand_pair(str1)
          value, tag = expand_hexstring(str2) unless value
          value = expand_pair(str3) unless value
          return value, tag
        end
Register or log in to add new notes.