Sha256: d8bdd46dc13f6d325c890b5eed879ecae4d18e8cdfcdab66ea22fb662e883c0b
Contents?: true
Size: 242 Bytes
Versions: 7
Compression:
Stored size: 242 Bytes
Contents
# frozen_string_literal: true module Kubec module Utils # :nodoc: module Helper class << self def header(title, color: :green) puts "=== #{title} ===".colorize(color) end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems