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

Version Path
wlog-1.1.7 lib/wlog/tech/uncolored_string.rb
wlog-1.1.6 lib/wlog/tech/uncolored_string.rb
wlog-1.1.5 lib/wlog/tech/uncolored_string.rb
wlog-1.1.1 lib/wlog/tech/uncolored_string.rb
wlog-1.0.5 lib/wlog/tech/uncolored_string.rb