Skip to content

Commit

Permalink
format comments to keep 80 columns in a line.
Browse files Browse the repository at this point in the history
r31548 by nagachika.
  • Loading branch information
Hiroshi Nakamura committed May 14, 2011
1 parent ebde0e7 commit 703d200
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/logger.rb
Expand Up @@ -218,7 +218,8 @@ def datetime_format=(datetime_format)
@default_formatter.datetime_format = datetime_format
end

# Returns the date format (string passed to +strftime+) being used (it's set using datetime_format=)
# Returns the date format (string passed to +strftime+) being used (it's set
# using datetime_format=)
def datetime_format
@default_formatter.datetime_format
end
Expand Down Expand Up @@ -299,8 +300,8 @@ def initialize(logdev, shift_age = 0, shift_size = 1048576)
# +message+::
# The log message. A String or Exception.
# +progname+::
# Program name string. Can be omitted. Treated as a message if no +message+ and
# +block+ are given.
# Program name string. Can be omitted. Treated as a message if no
# +message+ and +block+ are given.
# +block+::
# Can be omitted. Called to get a message string if +message+ is nil.
#
Expand Down

0 comments on commit 703d200

Please sign in to comment.