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

Version Path
kubec-0.6.1 lib/kubec/utils/helper.rb
kubec-0.6.0 lib/kubec/utils/helper.rb
kubec-0.5.0 lib/kubec/utils/helper.rb
kubec-0.4.1 lib/kubec/utils/helper.rb
kubec-0.4.0 lib/kubec/utils/helper.rb
kubec-0.3.6 lib/kubec/utils/helper.rb
kubec-0.3.5 lib/kubec/utils/helper.rb