From fef0a7deaf6d9a40884e158460d864314b23fdb8 Mon Sep 17 00:00:00 2001 From: zzak Date: Wed, 10 Jul 2013 14:25:06 +0000 Subject: [PATCH] * 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 --- ChangeLog | 5 +++++ lib/logger.rb | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index cbd91372b8..889296fe06 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Jul 10 23:23:18 2013 Zachary Scott + + * 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 * string.c (rb_str_subpos): make public function. diff --git a/lib/logger.rb b/lib/logger.rb index 469c6038c4..01caffa119 100644 --- a/lib/logger.rb +++ b/lib/logger.rb @@ -341,8 +341,6 @@ class Logger # # === Return # - # +true+ if successful, +false+ otherwise. - # # When the given severity is not high enough (for this particular logger), # log no message, and return +true+. #