Sha256: 06658bc1afb5a70f2656290dca48478afcf89b86ee64f7c9e26e7abdca489fd6
Contents?: true
Size: 398 Bytes
Versions: 2
Compression:
Stored size: 398 Bytes
Contents
# frozen_string_literal: true # # Copyright (c) 2019-present, Blue Marble Payroll, LLC # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. # module Airspace # Holds shared data among how to internally access data. module InfoKeys DATA_KEY = 'd' METADATA_KEY = 'm' SEPARATOR_CHAR = ':' end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
airspace-1.0.1 | lib/airspace/info_keys.rb |
airspace-1.0.0 | lib/airspace/info_keys.rb |