fork download
  1. a = 1
  2. date_time = Time.now.strftime('%Y%m%d%H%M%S')
  3. name = "builder-" + (a == 1 ? "one-" : "") + "#{date_time}"
  4. puts name
  5.  
Success #stdin #stdout 0.05s 9608KB
stdin
Standard input is empty
stdout
builder-one-20150923060028