Sha256: 88a0942fe334ef681757cbcd6c5831bd112943a206e579cb67d72a5681d2e186
Contents?: true
Size: 210 Bytes
Versions: 11
Compression:
Stored size: 210 Bytes
Contents
class IncorrectEmailFormat def validate(form, key) return unless form[key] return if form[key]['@'] form.invalid(key, IncorrectEmailFormatError.new) end end class IncorrectEmailFormatError end
Version data entries
11 entries across 11 versions & 2 rubygems