summaryrefslogtreecommitdiff
path: root/lib/custodian/alertfactory.rb
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2015-02-18 10:29:39 +0000
committerSteve Kemp <steve@steve.org.uk>2015-02-18 10:29:39 +0000
commit3025af459e28db9a7a1431660e5505d86d924d46 (patch)
treea6571f76f232493878983a5aedf5ce6a09b5582d /lib/custodian/alertfactory.rb
parent4e4fb3d971bcc53e7958ba8ad42ad8413766f9d7 (diff)
Minor commenting/whitespace fixups.
No functional changes.
Diffstat (limited to 'lib/custodian/alertfactory.rb')
-rw-r--r--lib/custodian/alertfactory.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/custodian/alertfactory.rb b/lib/custodian/alertfactory.rb
index e0ec13f..a9b6d3d 100644
--- a/lib/custodian/alertfactory.rb
+++ b/lib/custodian/alertfactory.rb
@@ -67,18 +67,17 @@ module Custodian
#
- # Return an array of the notifiers we know about.
+ # Return the notifiers we know about.
#
# i.e. Derived classes that have registered themselves.
#
- #
def self.known_alerters
@@subclasses
end
#
- # Get the friendly-type of this class
+ # Get the friendly-type of derived-classes.
#
def get_type
@@subclasses.each do |name,value|
@@ -108,6 +107,7 @@ module Custodian
end
+
#
# Raise an alert.
#
@@ -116,6 +116,7 @@ module Custodian
end
+
#
# Clear an alert.
#