summaryrefslogtreecommitdiff
path: root/lib/custodian
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2013-01-24 11:59:21 +0000
committerSteve Kemp <steve@steve.org.uk>2013-01-24 11:59:21 +0000
commit4be22381b41c00ef0b0f063300d504902ec98574 (patch)
treeb549afea4105c20d329bdf71f527ce04f7a70a75 /lib/custodian
parent67e9647b9ff89c09a4ca7ab587e3f292c4a4c688 (diff)
New release
Diffstat (limited to 'lib/custodian')
-rw-r--r--lib/custodian/alerts/file.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/custodian/alerts/file.rb b/lib/custodian/alerts/file.rb
index 12bf907..13e74cb 100644
--- a/lib/custodian/alerts/file.rb
+++ b/lib/custodian/alerts/file.rb
@@ -34,7 +34,9 @@ module Custodian
end
-
+ def duration( seconds )
+ puts "XXX: #{seconds}"
+ end
#
# Record a clear event for the given test.
#