Sha256: 18010068087760cf8916625f711131a3f364fbd470ffa85383fc2c93eb63c25b

Contents?: true

Size: 166 Bytes

Versions: 1

Compression:

Stored size: 166 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
branch-name-3.3.0 lib/branch/name/colorizable.rb