X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=lib%2Fcommon%2Fplugin.rb;h=1178e2fb9a238293b22e72c3620d03b44b6e8782;hp=02fc75ab0d53f90ac86032448d67be7cb5109f96;hb=HEAD;hpb=df4e02ebf6a4e28a58abcb298a4442a245ad0b15 diff --git a/lib/common/plugin.rb b/lib/common/plugin.rb index 02fc75a..1178e2f 100644 --- a/lib/common/plugin.rb +++ b/lib/common/plugin.rb @@ -25,7 +25,6 @@ module Plugin # included us. # def included(c) - puts c.class().to_s() @includers ||= [] @includers << c end @@ -52,7 +51,7 @@ module Plugin raise NotImplementedError end - + # The "dummy" runner class associated with this plugin. This method # must be supplied by the child class, since they will all have # different dummy runners.