Sha256: 2f22641cf0cd16b3767236a46422b188195153013b6dd9ae78f3d681009a62d6
Contents?: true
Size: 209 Bytes
Versions: 5
Compression:
Stored size: 209 Bytes
Contents
# frozen_string_literal: true module Dsu module Support module Colorable ABORTED = :red ERROR = :red HIGHLIGHT = :cyan SUCCESS = :green WARNING = :yellow end end end
Version data entries
5 entries across 5 versions & 1 rubygems