class Lumberjack::Formatter::PrettyPrintFormatter
def initialize(width = 79)
-
width
(Integer
) -- The maximum width of the message.
def initialize(width = 79) @width = width end
width
(Integer
)
-- The maximum width of the message.
def initialize(width = 79) @width = width end