ruby 計算時間

time_start = Time.now
time_end   = Time.now
p time_end - time_start