Sha256: fda942957abfc9f81e4f19e9e6b195cfef43ab8071109c692337c038fde2fe8a
Contents?: true
Size: 141 Bytes
Versions: 4
Compression:
Stored size: 141 Bytes
Contents
# frozen_string_literal: true module EmailTypo Icloud = lambda do |email| email.gsub(/@icl{0,2}(?:uo|u|o)?d\./, "@icloud.") end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
email_typo-0.2.3 | lib/email_typo/icloud.rb |
email_typo-0.2.2 | lib/email_typo/icloud.rb |
email_typo-0.2.1 | lib/email_typo/icloud.rb |
email_typo-0.2.0 | lib/email_typo/icloud.rb |