]> gitweb.michael.orlitzky.com - mailshears.git/commitdiff
Remove the default initializer for the Mailstore class.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 26 Dec 2010 19:52:38 +0000 (14:52 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 26 Dec 2010 19:52:38 +0000 (14:52 -0500)
src/mailstore.rb

index 45a6ba857345d5f7f2e6e0ca40033f89ab46ad20..19772d356087cddb330d89f79876f1ddb50d6f21 100644 (file)
@@ -2,10 +2,6 @@ class Mailstore
 
   attr_accessor :domain_root
 
 
   attr_accessor :domain_root
 
-  def initialize(domain_root)
-    @domain_root = domain_root
-  end
-
   def def get_domains_from_filesystem
     raise NotImplementedError
   end
   def def get_domains_from_filesystem
     raise NotImplementedError
   end