From: Michael Orlitzky Date: Sun, 26 Dec 2010 19:52:38 +0000 (-0500) Subject: Remove the default initializer for the Mailstore class. X-Git-Tag: 0.0.1~135 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=commitdiff_plain;h=08cd124b4826d613d00e45288882f1dbc610f855 Remove the default initializer for the Mailstore class. --- 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