* lib/logger.rb (#add): Remove incorrect rdoc for return value

[Bug #8567] Reported by Tim Pease.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41901 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
zzak 2013-07-10 14:25:06 +00:00
Родитель d52844380a
Коммит fef0a7deaf
2 изменённых файлов: 5 добавлений и 2 удалений

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

@ -1,3 +1,8 @@
Wed Jul 10 23:23:18 2013 Zachary Scott <zachary@zacharyscott.net>
* lib/logger.rb (#add): Remove incorrect rdoc for return value
[Bug #8567] Reported by Tim Pease.
Wed Jul 10 23:12:00 2013 Nobuyoshi Nakada <nobu@ruby-lang.org> Wed Jul 10 23:12:00 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
* string.c (rb_str_subpos): make public function. * string.c (rb_str_subpos): make public function.

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

@ -341,8 +341,6 @@ class Logger
# #
# === Return # === Return
# #
# +true+ if successful, +false+ otherwise.
#
# When the given severity is not high enough (for this particular logger), # When the given severity is not high enough (for this particular logger),
# log no message, and return +true+. # log no message, and return +true+.
# #