* 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
Родитель 739881c11d
Коммит f0dfcefa48
2 изменённых файлов: 7 добавлений и 2 удалений

Просмотреть файл

@ -1,3 +1,8 @@
Thu Nov 21 15:36:08 2013 Zachary Scott <e@zzak.io>
* ext/openssl/lib/openssl/buffering.rb: [DOC] Fix HEREDOC comment for
OpenSSL::Buffering which breaks overview because of RDoc bug
Thu Nov 21 14:46:57 2013 NAKAMURA Usaku <usa@ruby-lang.org>
* eval_intern.h (SAVE_ROOT_JMPBUF): workaround for the failure of

Просмотреть файл

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