Class: OpenSSL::X509::Attribute
- Inherits:
-
Object
- Object
- OpenSSL::X509::Attribute
- Includes:
- Marshal
- Defined in:
- lib/openssl/x509.rb
Instance Method Summary collapse
Methods included from Marshal
Instance Method Details
#==(other) ⇒ Object
330 331 332 333 |
# File 'lib/openssl/x509.rb', line 330 def ==(other) return false unless Attribute === other to_der == other.to_der end |