Top Level Namespace
Defined Under Namespace
Instance Method Summary collapse
Instance Method Details
#log(msg) ⇒ Object
14 15 16 17 |
# File 'bin/bam_consensus.rb', line 14 def log(msg) time=Time.now.strftime("%Y-%m-%d %H:%M:%S.%L") puts "#{time}: #{msg}" end |