Sha256: 3f04e5484760a0fa2e038aafed8425202c3f6688bb5d760b38bede81d671a9bb

Contents?: true

Size: 187 Bytes

Versions: 22

Compression:

Stored size: 187 Bytes

Contents

# frozen_string_literal: true

module Branch
  module Name
    module Colorizable
      SUCCESS = :green
      WARNING = :yellow
      ERROR = :red
      ABORTED = :red
    end
  end
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
branch-name-3.5.0 lib/branch/name/colorizable.rb
branch-name-3.4.0 lib/branch/name/colorizable.rb