Method: TimeCalc::Diff#exact

Defined in:
lib/time_calc/diff.rb

#exactObject



177
178
179
# File 'lib/time_calc/diff.rb', line 177

def exact
  from.unwrap.to_time - to.unwrap.to_time
end