Class: EmailRepair::Mechanic::CommonDomainRepair

Inherits:
Object
  • Object
show all
Defined in:
lib/email_repair/mechanic.rb

Class Method Summary collapse

Class Method Details

.common_domainsObject



66
67
68
69
70
71
72
73
74
75
76
77
# File 'lib/email_repair/mechanic.rb', line 66

def self.common_domains
  {
    'gmail' => 'com',
    'yahoo' => 'com',
    'hotmail' => 'com',
    'att' => 'net',
    'chalkschools' => 'com',
    'sbcglobal' => 'net',
    'aol' => 'com',
    'earthlink' => 'net',
  }
end

.repairObject



62
63
64
# File 'lib/email_repair/mechanic.rb', line 62

def self.repair(*)
  fail 'not implemented'
end