Sha256: 7fad22fd2832170fc2d6b21018cec7bb591d0f22dc543fec468b934aadd90896

Contents?: true

Size: 284 Bytes

Versions: 7

Compression:

Stored size: 284 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

7 entries across 7 versions & 1 rubygems

Version Path
wlog-1.2.1 lib/wlog/tech/ansi_colors.rb
wlog-1.2.0 lib/wlog/tech/ansi_colors.rb
wlog-1.1.7 lib/wlog/tech/ansi_colors.rb
wlog-1.1.6 lib/wlog/tech/ansi_colors.rb
wlog-1.1.5 lib/wlog/tech/ansi_colors.rb
wlog-1.1.1 lib/wlog/tech/ansi_colors.rb
wlog-1.0.5 lib/wlog/tech/ansi_colors.rb