Sha256: 9a07fe7f11ef4a4e2f0bc1a6e719b2b772664d642dac4b113b825b1a1ee29ac1

Contents?: true

Size: 231 Bytes

Versions: 4

Compression:

Stored size: 231 Bytes

Contents

require_relative "code_kindly/utils"

if Kernel.const_defined? :CK
  warn "`CK` is already defined as a constant, so you will need to use the full `CodeKindly::Utils` module name in this project."
else
  CK = CodeKindly::Utils
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
codekindly-utils-0.0.5 lib/codekindly-utils.rb
codekindly-utils-0.0.4 lib/codekindly-utils.rb
codekindly-utils-0.0.3 lib/codekindly-utils.rb
codekindly-utils-0.0.2 lib/codekindly-utils.rb