aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMarcus Stollsteimer <sto.mar@web.de>2017-02-18 10:08:35 +0100
committerMarcus Stollsteimer <sto.mar@web.de>2017-02-18 10:08:35 +0100
commitb8923a8b4519d6dee674f6fc9097d372808e07b8 (patch)
tree414e313cc87ba22a884a38a3927bc0612f445da2 /lib
parent9b34759a660475c641886e409d6691aea8e28c01 (diff)
downloadruby-openssl-b8923a8b4519d6dee674f6fc9097d372808e07b8.tar.gz
Fix rdoc for core Integer class
Prevent a comment in bn.rb from showing up in the documentation for the core Integer class.
Diffstat (limited to 'lib')
-rw-r--r--lib/openssl/bn.rb3
1 files changed, 2 insertions, 1 deletions
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
#