File: strict.rb

package info (click to toggle)
ruby-email-validator 2.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 180 kB
  • sloc: ruby: 1,051; makefile: 2
file content (4 lines) | stat: -rw-r--r-- 131 bytes parent folder | download
1
2
3
4
# require this file to enable `:strict` mode by default

require 'email_validator'
EmailValidator.default_options[:mode] = :strict