From 08cd124b4826d613d00e45288882f1dbc610f855 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 26 Dec 2010 14:52:38 -0500 Subject: [PATCH 1/1] Remove the default initializer for the Mailstore class. --- src/mailstore.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/mailstore.rb b/src/mailstore.rb index 45a6ba8..19772d3 100644 --- a/src/mailstore.rb +++ b/src/mailstore.rb @@ -2,10 +2,6 @@ class Mailstore attr_accessor :domain_root - def initialize(domain_root) - @domain_root = domain_root - end - def def get_domains_from_filesystem raise NotImplementedError end -- 2.43.2