Sha256: dfb6d780b0ae9416cbf38bafe874cfae0ae3beaafbecac809dab22252f8e9444
Contents?: true
Size: 344 Bytes
Versions: 4
Compression:
Stored size: 344 Bytes
Contents
# frozen_string_literal: true module ActiveUxid class Base ENCODING_BASE ||= ActiveUxid::Settings.config.encoding_chars.length ENCODING_CHARS ||= ActiveUxid::Settings.config.encoding_chars ENCODING_LENGTH ||= ActiveUxid::Settings.config.encoding_length ENCODING_SALT ||= ActiveUxid::Settings.config.encoding_salt end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
active_uxid-1.0.3 | lib/active_uxid/base.rb |
active_uxid-1.0.2 | lib/active_uxid/base.rb |
active_uxid-1.0.1 | lib/active_uxid/base.rb |
active_uxid-1.0.0 | lib/active_uxid/base.rb |