From 16b766cff0984494c7b81c1efc08e6386ae819f8 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Mon, 9 Mar 2015 13:20:38 +0000 Subject: Use def with parentheses when there are parameters. --- lib/custodian/alertfactory.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/custodian/alertfactory.rb') diff --git a/lib/custodian/alertfactory.rb b/lib/custodian/alertfactory.rb index 1baa0e3..5c69c74 100644 --- a/lib/custodian/alertfactory.rb +++ b/lib/custodian/alertfactory.rb @@ -61,7 +61,7 @@ module Custodian # # Register a new type of notifier - this must be called by our derived classes # - def self.register_alert_type name + def self.register_alert_type(name) @@subclasses[name] = self end -- cgit v1.2.1