Sha256: 1f82a3c6dd479e40f48764ba10803d27810d514c5a825f7a330c6ad1bce65ee6
Contents?: true
Size: 344 Bytes
Versions: 43
Compression:
Stored size: 344 Bytes
Contents
module SSHKit module Formatter class SimpleText < Pretty # Historically, SimpleText formatter was used to disable coloring, so we maintain that behaviour def colorize(obj, _color, _mode=nil) obj.to_s end def format_message(_verbosity, message, _uuid=nil) message end end end end
Version data entries
43 entries across 43 versions & 2 rubygems