Skip to content

Commit

Permalink
Base32UUID should be a class, not a module...
Browse files Browse the repository at this point in the history
  • Loading branch information
pch committed Dec 8, 2023
1 parent f12c103 commit 110d079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/based_uuid/base32_uuid.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module BasedUUID
module Base32UUID
class Base32UUID
CROCKFORDS_ALPHABET = "0123456789abcdefghjkmnpqrstvwxyz".freeze
CHARACTER_MAP = CROCKFORDS_ALPHABET.bytes.freeze

Expand Down

0 comments on commit 110d079

Please sign in to comment.