Method: TimeCalc::Diff#-@
- Defined in:
- lib/time_calc/diff.rb
#-@ ⇒ Diff
“Negates” the diff by swapping its operands.
53 54 55 |
# File 'lib/time_calc/diff.rb', line 53 def -@ Diff.new(to, from) end |
“Negates” the diff by swapping its operands.
53 54 55 |
# File 'lib/time_calc/diff.rb', line 53 def -@ Diff.new(to, from) end |