Sha256: a42fa5791cc4b4ef80c0ae772e786b78a9d2e3455393eb1edcf48f83fee9b5b8
Contents?: true
Size: 376 Bytes
Versions: 5
Compression:
Stored size: 376 Bytes
Contents
module Wlog # Use this if the system does not support colored strings. # @author Simon Symeonidis class UncoloredString def self.red(str); str end def self.yellow(str); str end def self.magenta(str); str end def self.green(str); str end def self.blue(str); str end def self.white(str); str end def self.black(str); str end def self.cyan(str); str end end end
Version data entries
5 entries across 5 versions & 1 rubygems