Sha256: 82e3f67a2597eff246c41169e4558750c9f6d7017097e3394c78d8766a111451
Contents?: true
Size: 172 Bytes
Versions: 22
Compression:
Stored size: 172 Bytes
Contents
# frozen_string_literal: true class AlphaNumericValidator < AlphaValidator private def regexp /^[#{CASES[kase]}0-9#{' ' if options[:allow_space]}]+$/ end end
Version data entries
22 entries across 22 versions & 1 rubygems