Sha256: 29768ff1a162e41ad76ecaded3c30ebff224cbab5df566e3ba52039c9383d1ad
Contents?: true
Size: 261 Bytes
Versions: 6
Compression:
Stored size: 261 Bytes
Contents
# frozen_string_literal: true module ActiveUxid class Base ENCODING_CHARS ||= ActiveUxid.configuration.encoding_chars ENCODING_LENGTH = ActiveUxid.configuration.encoding_length ENCODING_SALT ||= ActiveUxid.configuration.encoding_salt end end
Version data entries
6 entries across 6 versions & 1 rubygems