1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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,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

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.