mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
d52844380a
commit
fef0a7deaf
2 changed files with 5 additions and 2 deletions
|
@ -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+.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Reference in a new issue