Sha256: edc29241a0864e54ff0bc03c20fc98dafaf3abecd8f833204d7f560e8ffe4c93
Contents?: true
Size: 386 Bytes
Versions: 2
Compression:
Stored size: 386 Bytes
Contents
module Wlog # Use this if the system does not support colored strings. # @author Simon Symeonidis class UncoloredString # :nodoc: 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wlog-1.2.1 | lib/wlog/tech/uncolored_string.rb |
wlog-1.2.0 | lib/wlog/tech/uncolored_string.rb |