Sha256: 1fc30c8d90414fa88cea214ad564fa9059e7d285ad224b06d00256f96c498035
Contents?: true
Size: 230 Bytes
Versions: 6
Compression:
Stored size: 230 Bytes
Contents
# frozen_string_literal: true # This file includes public constants to prevent circular dependencies. module Alba REMOVE_KEY = Object.new.freeze # A constant to remove key from serialized JSON public_constant :REMOVE_KEY end
Version data entries
6 entries across 6 versions & 1 rubygems