* 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
This commit is contained in:
zzak 2013-11-21 06:37:20 +00:00
parent 739881c11d
commit f0dfcefa48
2 changed files with 7 additions and 2 deletions

View file

@ -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.