X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=src%2Fmailstore.rb;h=19772d356087cddb330d89f79876f1ddb50d6f21;hp=45a6ba857345d5f7f2e6e0ca40033f89ab46ad20;hb=6732f04111887cf7d940349719481dc4b00d5c36;hpb=dbeb9a88947d70d87cca3f9d25d786d6281a31df 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