Sha256: df398e62913d9879b8fd65ccc123cd0696bd4e3bca2da04621855916cc9ea40e
Contents?: true
Size: 283 Bytes
Versions: 1
Compression:
Stored size: 283 Bytes
Contents
module Wlog # @author Simon Symeonidis # Store some ansi color codes in a module # TODO this is a placeholder, and might not be correct. module AnsiColors Black = 30 Red = 31 Green = 32 Yellow = 33 Blue = 34 Magenta = 35 Cyan = 36 White = 37 end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wlog-1.2.2 | lib/wlog/tech/ansi_colors.rb |