module Sam::Execution
Direct including types
Defined in:
sam/execution.crInstance Method Summary
- #execute(name, hash : Args::AllowedHash, arr : Array(Args::AllowedTypes))
-
#execute(name, args : Args)
Invoke the task even if it has been invoked.
- #execute(name, hash : Args::AllowedHash)
- #execute(name, *args)
- #find(path : String)
- #find!(path : String)
- #invoke(name, hash : Args::AllowedHash, arr : Array(Args::AllowedTypes))
-
#invoke(name, args : Args)
Invoke the task if it is needed.
- #invoke(name, hash : Args::AllowedHash)
- #invoke(name, *args)