1
0
Fork 0
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:
Burdette Lamar 2022-05-12 09:48:36 -05:00 committed by git
parent 90d8b7219e
commit e36a794f1a

View file

@ -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')