summaryrefslogtreecommitdiff
path: root/ext/openssl/lib/openssl/buffering.rb
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-21 06:37:20 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-21 06:37:20 +0000
commitf0dfcefa48654318286e37f853971178b1ff593f (patch)
treefc87ff0040fb592a73f337b3b38f43ade301e05e /ext/openssl/lib/openssl/buffering.rb
parent739881c11d20d27817806ff1ac4acdb3ab56e832 (diff)
* 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 'ext/openssl/lib/openssl/buffering.rb')
-rw-r--r--ext/openssl/lib/openssl/buffering.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/openssl/lib/openssl/buffering.rb b/ext/openssl/lib/openssl/buffering.rb
index b536f547f4..0ccbf0f9bf 100644
--- a/ext/openssl/lib/openssl/buffering.rb
+++ b/ext/openssl/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.