diff options
author | Steve Kemp <steve@steve.org.uk> | 2013-01-24 11:59:21 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2013-01-24 11:59:21 +0000 |
commit | 602bc8c3a6c82a7298ee397295fb437e1a55baea (patch) | |
tree | e3bd1eff223511344e10463ac0c79c0533e5d24f /lib/custodian/alerts/file.rb | |
parent | 4ae68ec3f54f4803f3e8694bc9ede0964b849e09 (diff) |
New release
Diffstat (limited to 'lib/custodian/alerts/file.rb')
-rw-r--r-- | lib/custodian/alerts/file.rb | 4 |
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. # |