mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/logger] Update lib/logger.rb
https://github.com/ruby/logger/commit/34c0ba8baa Co-authored-by: Olle Jonsson <olle.jonsson@gmail.com>
This commit is contained in:
parent
90d8b7219e
commit
e36a794f1a
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ require_relative 'logger/errors'
|
|||
#
|
||||
# === Message
|
||||
#
|
||||
# The message is an optional argument to method #add:
|
||||
# The message is an optional argument to method #add:
|
||||
#
|
||||
# logger = Logger.new($stdout)
|
||||
# logger.add(Logger::INFO, 'My message')
|
||||
|
|
Loading…
Reference in a new issue