Module: Rub2
- Defined in:
- lib/rub2.rb,
lib/rub2/version.rb
Defined Under Namespace
Classes: DeadJobCollector, Job, JobResultCollector, JobScript, JobStore, Manager
Constant Summary collapse
- VERSION =
"0.2.1"
Class Method Summary collapse
Class Method Details
.putlog(str) ⇒ Object
10 11 12 13 |
# File 'lib/rub2.rb', line 10 def putlog(str) s = Time.now.strftime("%FT%T") print "#{s}\t#{str}\n" end |