Module: VoucherCode::Resources

Defined in:
lib/voucher_code/resources/charset.rb

Constant Summary collapse

CHARSET =
{
  numbers: '0123456789'.freeze,
  alphabetic: 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'.freeze,
  alphanumeric: '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'.freeze
}