summaryrefslogtreecommitdiffstats
path: root/lib/openssl
diff options
context:
space:
mode:
authorzzak <zzak@ruby-lang.org>2013-11-21 06:37:20 +0000
committerzzak <zzak@ruby-lang.org>2013-11-21 06:37:20 +0000
commitd04ba16a2beaed5d2748982c46ca072802187fda (patch)
treecd19b68289da522540c4b69bb4281f1d9117e97a /lib/openssl
parent4393d9c6456f22474df6e17009d009397bf19c6e (diff)
downloadruby-openssl-history-d04ba16a2beaed5d2748982c46ca072802187fda.tar.gz
* ext/openssl/lib/openssl/buffering.rb: [DOC] Fix HEREDOC comment for
OpenSSL::Buffering which breaks overview because of RDoc bug git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43750 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/openssl')
-rw-r--r--lib/openssl/buffering.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/openssl/buffering.rb b/lib/openssl/buffering.rb
index b536f54..0ccbf0f 100644
--- a/lib/openssl/buffering.rb
+++ b/lib/openssl/buffering.rb
@@ -1,4 +1,4 @@
-=begin
+<<EOL
= $RCSfile$ -- Buffering mix-in module.
= Info
@@ -12,7 +12,7 @@
= Version
$Id$
-=end
+EOL
##
# OpenSSL IO buffering mix-in module.