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
commitf08f62c52ca84e76ca21bbc844356f63b1890561 (patch)
tree647470ded212b088ebe3b4931ca05ed82436e8b9 /lib/custodian/alertfactory.rb
parentce041875b331c6cd4d308e7da550f5aca265c53e (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.
#