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

Version Path
active_uxid-1.0.10 lib/active_uxid/base.rb
active_uxid-1.0.9 lib/active_uxid/base.rb
active_uxid-1.0.8 lib/active_uxid/base.rb
active_uxid-1.0.7 lib/active_uxid/base.rb
active_uxid-1.0.6 lib/active_uxid/base.rb
active_uxid-1.0.5 lib/active_uxid/base.rb