Flowdock
method

==

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: CRL
==(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 195
      def ==(other)
        return false unless CRL === other
        to_der == other.to_der
      end
Register or log in to add new notes.