Skip to content

Commit 330a5fa

Browse files
committedDec 19, 2024··
#419 doc
1 parent f9d3c23 commit 330a5fa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎lib/incremate.rb

+5
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030

3131
# Incrementaly accumulates data into a fact, using Ruby scripts
3232
# found in the directory provided, by the prefix.
33+
#
34+
# @param [Factbase::Fact] fact The fact to put data into (some data already there)
35+
# @param [String] dir Where to find Ruby scripts
36+
# @param [String] prefix The prefix to use for scripts (e.g. "total")
37+
# @return nil
3338
def Jp.incremate(fact, dir, prefix)
3439
if Time.now - $start > 15 * 60
3540
$loog.info('We are busy for too long already, won\'t run incremate')

0 commit comments

Comments
 (0)
Please sign in to comment.