Flowdock
method

==

Importance_0
v2_6_3 - Show latest stable - 0 notes - Class: Attribute
==(other) 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.rb, line 169
      def ==(other)
        return false unless Attribute === other
        to_der == other.to_der
      end
Register or log in to add new notes.