Method: WebappWorker::Job#current_time

Defined in:
lib/webapp_worker/job.rb

#current_timeObject



30
31
32
# File 'lib/webapp_worker/job.rb', line 30

def current_time
  return "#{Time.now.strftime("%w %m-%d %H:%M")}"
end