From b8923a8b4519d6dee674f6fc9097d372808e07b8 Mon Sep 17 00:00:00 2001 From: Marcus Stollsteimer Date: Sat, 18 Feb 2017 10:08:35 +0100 Subject: Fix rdoc for core Integer class Prevent a comment in bn.rb from showing up in the documentation for the core Integer class. --- lib/openssl/bn.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/openssl/bn.rb b/lib/openssl/bn.rb index 6d6c96e4..8d1ebefb 100644 --- a/lib/openssl/bn.rb +++ b/lib/openssl/bn.rb @@ -27,8 +27,9 @@ module OpenSSL end # OpenSSL ## +#-- # Add double dispatch to Integer -# +#++ class Integer # Casts an Integer as an OpenSSL::BN # -- cgit v1.2.3