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+. #