Sha256: ff65245fd4e794a60aabafbf7fd4727892d54960c58a4862a0947717a8455f7b
Contents?: true
Size: 217 Bytes
Versions: 3
Compression:
Stored size: 217 Bytes
Contents
# frozen_string_literal: true module EmailTypo KnownDotCom = lambda do |email| email .gsub( /@(aol|googlemail|gmail|hotmail|yahoo|icloud|outlook)\.([a-z]+)$/, "@\\1.com" ) end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
email_typo-0.2.0 | lib/email_typo/known_dot_com.rb |
email_typo-0.1.2 | lib/email_typo/known_dot_com.rb |
email_typo-0.1.1 | lib/email_typo/known_dot_com.rb |