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



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

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

.repairObject



60
61
62
# File 'lib/email_repair/mechanic.rb', line 60

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