summaryrefslogtreecommitdiffstats
path: root/OpenSSL/X509/Attribute.html
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSSL/X509/Attribute.html')
-rw-r--r--OpenSSL/X509/Attribute.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSSL/X509/Attribute.html b/OpenSSL/X509/Attribute.html
index ceefd056..4d24b5fd 100644
--- a/OpenSSL/X509/Attribute.html
+++ b/OpenSSL/X509/Attribute.html
@@ -174,7 +174,7 @@ ossl_x509attr_initialize(int argc, VALUE *argv, VALUE self)
<div class="method-source-code" id="3D-3D-source">
- <pre><span class="ruby-comment"># File lib/openssl/x509.rb, line 312</span>
+ <pre><span class="ruby-comment"># File lib/openssl/x509.rb, line 330</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">==</span>(<span class="ruby-identifier">other</span>)
<span class="ruby-keyword">return</span> <span class="ruby-keyword">false</span> <span class="ruby-keyword">unless</span> <span class="ruby-constant">Attribute</span> <span class="ruby-operator">===</span> <span class="ruby-identifier">other</span>
<span class="ruby-identifier">to_der</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">other</span>.<span class="ruby-identifier">to_der</span>