Method: Execution#with_time

Defined in:
lib/docker-sync/execution.rb

#with_time(prefix) ⇒ Object



29
30
31
# File 'lib/docker-sync/execution.rb', line 29

def with_time(prefix)
  "[#{Time.now}] #{prefix}"
end