aboutsummaryrefslogtreecommitdiffstats
path: root/lib/logger.rb
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-10 14:25:06 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-10 14:25:06 +0000
commitfef0a7deaf6d9a40884e158460d864314b23fdb8 (patch)
tree25dbe5c0d102deb4fdcee53caebb16b35ddd3ab0 /lib/logger.rb
parentd52844380aa55d9449af2b9c6ba271be88d54829 (diff)
downloadruby-fef0a7deaf6d9a40884e158460d864314b23fdb8.tar.gz
* 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
Diffstat (limited to 'lib/logger.rb')
-rw-r--r--lib/logger.rb2
1 files changed, 0 insertions, 2 deletions
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+.
#