Merge branch 'master' of ssh://plrg.eecs.uci.edu/home/git/smartthings-infrastructure
[smartthings-infrastructure.git] / Methods / runOnce.groovy
1 /////////////////////////////////////////////////////////////////////
2 def runOnce(Date date, Closure methodToCall) {
3         methodTocall()
4 }